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