Class: Aws::AppRegistry::Types::UpdateAttributeGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::UpdateAttributeGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_group ⇒ String
The name, ID, or ARN of the attribute group that holds the attributes to describe the application.
-
#attributes ⇒ String
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.
-
#description ⇒ String
The description of the attribute group that the user provides.
-
#name ⇒ String
Deprecated: The new name of the attribute group.
Instance Attribute Details
#attribute_group ⇒ String
The name, ID, or ARN of the attribute group that holds the attributes to describe the application.
1476 1477 1478 1479 1480 1481 1482 1483 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1476 class UpdateAttributeGroupRequest < Struct.new( :attribute_group, :name, :description, :attributes) SENSITIVE = [] include Aws::Structure end |
#attributes ⇒ String
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.
1476 1477 1478 1479 1480 1481 1482 1483 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1476 class UpdateAttributeGroupRequest < Struct.new( :attribute_group, :name, :description, :attributes) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the attribute group that the user provides.
1476 1477 1478 1479 1480 1481 1482 1483 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1476 class UpdateAttributeGroupRequest < Struct.new( :attribute_group, :name, :description, :attributes) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Deprecated: The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group. Please do not use this field as we have stopped supporting name updates.
1476 1477 1478 1479 1480 1481 1482 1483 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1476 class UpdateAttributeGroupRequest < Struct.new( :attribute_group, :name, :description, :attributes) SENSITIVE = [] include Aws::Structure end |