Class: Aws::AppRegistry::Types::UpdateAttributeGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::UpdateAttributeGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_group ⇒ Types::AttributeGroup
The updated information of the attribute group.
Instance Attribute Details
#attribute_group ⇒ Types::AttributeGroup
The updated information of the attribute group.
1491 1492 1493 1494 1495 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1491 class UpdateAttributeGroupResponse < Struct.new( :attribute_group) SENSITIVE = [] include Aws::Structure end |