Class: Aws::AppRegistry::Types::DeleteAttributeGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::DeleteAttributeGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_group ⇒ Types::AttributeGroupSummary
Information about the deleted attribute group.
Instance Attribute Details
#attribute_group ⇒ Types::AttributeGroupSummary
Information about the deleted attribute group.
538 539 540 541 542 |
# File 'lib/aws-sdk-appregistry/types.rb', line 538 class DeleteAttributeGroupResponse < Struct.new( :attribute_group) SENSITIVE = [] include Aws::Structure end |