Class: Aws::AppRegistry::Types::UpdateAttributeGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::UpdateAttributeGroupResponse
- Defined in:
- gems/aws-sdk-appregistry/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.
1338 1339 1340 1341 1342 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1338 class UpdateAttributeGroupResponse < Struct.new( :attribute_group) SENSITIVE = [] include Aws::Structure end |