class Aws::AppRegistry::Types::CreateAttributeGroupRequest
@note When making an API call, you may pass CreateAttributeGroupRequest
data as a hash: { name: "Name", # required description: "Description", attributes: "Attributes", # required tags: { "TagKey" => "TagValue", }, client_token: "ClientToken", # required }
@!attribute [rw] name
The name of the attribute group. @return [String]
@!attribute [rw] description
The description of the attribute group that the user provides. @return [String]
@!attribute [rw] attributes
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. @return [String]
@!attribute [rw] tags
Key-value pairs you can use to associate with the attribute group. @return [Hash<String,String>]
@!attribute [rw] client_token
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. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/AWS242AppRegistry-2020-06-24/CreateAttributeGroupRequest AWS API Documentation
Constants
- SENSITIVE