GetAttributeGroupAssociationPlainArgs

data class GetAttributeGroupAssociationPlainArgs(val applicationArn: String, val attributeGroupArn: String) : ConvertibleToJava<GetAttributeGroupAssociationPlainArgs>

Constructors

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

Properties

Link copied to clipboard

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.

Functions

Link copied to clipboard
open override fun toJava(): GetAttributeGroupAssociationPlainArgs