Class: Aws::AppRegistry::Types::DeleteAttributeGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::DeleteAttributeGroupRequest
- Defined in:
- gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_group ⇒ String
The name, ID, or ARN of the attribute group that holds the attributes to describe the application.
Instance Attribute Details
#attribute_group ⇒ String
The name, ID, or ARN of the attribute group that holds the attributes to describe the application.
526 527 528 529 530 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 526 class DeleteAttributeGroupRequest < Struct.new( :attribute_group) SENSITIVE = [] include Aws::Structure end |