GetMailManagerAddonSubscriptionResult

data class GetMailManagerAddonSubscriptionResult(val addonSubscriptionArn: String? = null, val addonSubscriptionId: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(addonSubscriptionArn: String? = null, addonSubscriptionId: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the Add On subscription.

Link copied to clipboard

The unique ID of the Add On subscription.

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

The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.