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
Note:
When making an API call, you may pass DeleteAttributeGroupRequest data as a hash:
{
attribute_group: "AttributeGroupSpecifier", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_group ⇒ String
The name or ID of the attribute group that holds the attributes to describe the application.
Instance Attribute Details
#attribute_group ⇒ String
The name or ID of the attribute group that holds the attributes to describe the application.
508 509 510 511 512 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 508 class DeleteAttributeGroupRequest < Struct.new( :attribute_group) SENSITIVE = [] include Aws::Structure end |