Class: Aws::AppRegistry::Types::AssociateAttributeGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::AssociateAttributeGroupRequest
- Defined in:
- gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb
Overview
Note:
When making an API call, you may pass AssociateAttributeGroupRequest data as a hash:
{
application: "ApplicationSpecifier", # required
attribute_group: "AttributeGroupSpecifier", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application ⇒ String
The name or ID of the application.
-
#attribute_group ⇒ String
The name or ID of the attribute group that holds the attributes to describe the application.
Instance Attribute Details
#application ⇒ String
The name or ID of the application.
126 127 128 129 130 131 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 126 class AssociateAttributeGroupRequest < Struct.new( :application, :attribute_group) SENSITIVE = [] include Aws::Structure end |
#attribute_group ⇒ String
The name or ID of the attribute group that holds the attributes to describe the application.
126 127 128 129 130 131 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 126 class AssociateAttributeGroupRequest < Struct.new( :application, :attribute_group) SENSITIVE = [] include Aws::Structure end |