Class: Aws::AppRegistry::Types::AssociateAttributeGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::AssociateAttributeGroupRequest
- 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.
169 170 171 172 173 174 |
# File 'lib/aws-sdk-appregistry/types.rb', line 169 class AssociateAttributeGroupRequest < 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.
169 170 171 172 173 174 |
# File 'lib/aws-sdk-appregistry/types.rb', line 169 class AssociateAttributeGroupRequest < Struct.new( :application, :attribute_group) SENSITIVE = [] include Aws::Structure end |