GetEmailAddressResult

data class GetEmailAddressResult(val description: String? = null, val displayName: String? = null, val emailAddressArn: String? = null, val instanceArn: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, displayName: String? = null, emailAddressArn: String? = null, instanceArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A description for the email address.

Link copied to clipboard
val displayName: String? = null

The display name for the email address.

Link copied to clipboard
val emailAddressArn: String? = null

The identifier of the email address.

Link copied to clipboard
val instanceArn: String? = null

The identifier of the Amazon Connect instance.

Link copied to clipboard
val tags: List<Tag>? = null

One or more tags.