Class: Aws::AppRegistry::Types::AssociateAttributeGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::AssociateAttributeGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The Amazon resource name (ARN) of the application that was augmented with attributes.
-
#attribute_group_arn ⇒ String
The Amazon resource name (ARN) of the attribute group that contains the application’s new attributes.
Instance Attribute Details
#application_arn ⇒ String
The Amazon resource name (ARN) of the application that was augmented with attributes.
188 189 190 191 192 193 |
# File 'lib/aws-sdk-appregistry/types.rb', line 188 class AssociateAttributeGroupResponse < Struct.new( :application_arn, :attribute_group_arn) SENSITIVE = [] include Aws::Structure end |
#attribute_group_arn ⇒ String
The Amazon resource name (ARN) of the attribute group that contains the application’s new attributes.
188 189 190 191 192 193 |
# File 'lib/aws-sdk-appregistry/types.rb', line 188 class AssociateAttributeGroupResponse < Struct.new( :application_arn, :attribute_group_arn) SENSITIVE = [] include Aws::Structure end |