GetMailManagerAddonInstanceResult

data class GetMailManagerAddonInstanceResult(val addonInstanceArn: String? = null, val addonInstanceId: String? = null, val addonName: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(addonInstanceArn: String? = null, addonInstanceId: String? = null, addonName: 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 instance.

Link copied to clipboard
val addonInstanceId: String? = null

The unique ID of the Add On instance.

Link copied to clipboard
val addonName: String? = null

The name of the Add On for the instance.

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"} }.