GetAttributeGroupAssociationResult

data class GetAttributeGroupAssociationResult(val applicationArn: String? = null, val attributeGroupArn: String? = null)

Constructors

Link copied to clipboard
constructor(applicationArn: String? = null, attributeGroupArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val applicationArn: String? = null

The Amazon resource name (ARN) of the application that was augmented with attributes.

Link copied to clipboard

The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.