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