Class: Aws::AppRegistry::Types::UpdateAttributeGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::UpdateAttributeGroupRequest
- Defined in:
- gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_group ⇒ String
The name or ID 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 or ID of the attribute group that holds the attributes to describe the application.
1323 1324 1325 1326 1327 1328 1329 1330 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1323 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.
1323 1324 1325 1326 1327 1328 1329 1330 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1323 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.
1323 1324 1325 1326 1327 1328 1329 1330 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1323 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.
1323 1324 1325 1326 1327 1328 1329 1330 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1323 class UpdateAttributeGroupRequest < Struct.new( :attribute_group, :name, :description, :attributes) SENSITIVE = [] include Aws::Structure end |