Class: Aws::AppRegistry::Types::CreateAttributeGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::CreateAttributeGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_group ⇒ Types::AttributeGroup
Information about the attribute group.
Instance Attribute Details
#attribute_group ⇒ Types::AttributeGroup
Information about the attribute group.
489 490 491 492 493 |
# File 'lib/aws-sdk-appregistry/types.rb', line 489 class CreateAttributeGroupResponse < Struct.new( :attribute_group) SENSITIVE = [] include Aws::Structure end |