Get Attribute Group Result
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)