ConnectUserArn

data class ConnectUserArn(val value: String) : CreatedByInfo

An agent ARN representing a connect user.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this CreatedByInfo as a AwsIdentityArn and retrieves its kotlin.String value. Throws an exception if the CreatedByInfo is not a AwsIdentityArn.

Link copied to clipboard

Casts this CreatedByInfo as a AwsIdentityArn and retrieves its kotlin.String value. Returns null if the CreatedByInfo is not a AwsIdentityArn.

Link copied to clipboard

Casts this CreatedByInfo as a ConnectUserArn and retrieves its kotlin.String value. Throws an exception if the CreatedByInfo is not a ConnectUserArn.

Link copied to clipboard

Casts this CreatedByInfo as a ConnectUserArn and retrieves its kotlin.String value. Returns null if the CreatedByInfo is not a ConnectUserArn.