GetAttributeGroupResult

data class GetAttributeGroupResult(val arn: String? = null, val attributes: Any? = null, val description: String? = null, val id: String? = null, val name: String? = null, val tags: AttributeGroupTags? = null)

Constructors

Link copied to clipboard
fun GetAttributeGroupResult(arn: String? = null, attributes: Any? = null, description: String? = null, id: String? = null, name: String? = null, tags: AttributeGroupTags? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null
Link copied to clipboard
val attributes: Any? = null
Link copied to clipboard
val description: String? = null

The description of the attribute group.

Link copied to clipboard
val id: String? = null
Link copied to clipboard
val name: String? = null

The name of the attribute group.

Link copied to clipboard