Class: Aws::AppRegistry::Types::CreateAttributeGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::CreateAttributeGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
-
#client_token ⇒ String
A unique identifier that you provide to ensure idempotency.
-
#description ⇒ String
The description of the attribute group that the user provides.
-
#name ⇒ String
The name of the attribute group.
-
#tags ⇒ Hash<String,String>
Key-value pairs you can use to associate with the attribute group.
Instance Attribute Details
#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.
473 474 475 476 477 478 479 480 481 |
# File 'lib/aws-sdk-appregistry/types.rb', line 473 class CreateAttributeGroupRequest < Struct.new( :name, :description, :attributes, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique identifier that you provide to ensure idempotency. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
473 474 475 476 477 478 479 480 481 |
# File 'lib/aws-sdk-appregistry/types.rb', line 473 class CreateAttributeGroupRequest < Struct.new( :name, :description, :attributes, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the attribute group that the user provides.
473 474 475 476 477 478 479 480 481 |
# File 'lib/aws-sdk-appregistry/types.rb', line 473 class CreateAttributeGroupRequest < Struct.new( :name, :description, :attributes, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the attribute group.
473 474 475 476 477 478 479 480 481 |
# File 'lib/aws-sdk-appregistry/types.rb', line 473 class CreateAttributeGroupRequest < Struct.new( :name, :description, :attributes, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Key-value pairs you can use to associate with the attribute group.
473 474 475 476 477 478 479 480 481 |
# File 'lib/aws-sdk-appregistry/types.rb', line 473 class CreateAttributeGroupRequest < Struct.new( :name, :description, :attributes, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |