Class: Aws::AppRegistry::Types::DisassociateAttributeGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::DisassociateAttributeGroupResponse
- Defined in:
- gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The Amazon resource name (ARN) that specifies the application.
-
#attribute_group_arn ⇒ String
The Amazon resource name (ARN) that specifies the attribute group.
Instance Attribute Details
#application_arn ⇒ String
The Amazon resource name (ARN) that specifies the application.
572 573 574 575 576 577 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 572 class DisassociateAttributeGroupResponse < Struct.new( :application_arn, :attribute_group_arn) SENSITIVE = [] include Aws::Structure end |
#attribute_group_arn ⇒ String
The Amazon resource name (ARN) that specifies the attribute group.
572 573 574 575 576 577 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 572 class DisassociateAttributeGroupResponse < Struct.new( :application_arn, :attribute_group_arn) SENSITIVE = [] include Aws::Structure end |