class
Amazonite::SecretsManager::TagResourceRequest
- Amazonite::SecretsManager::TagResourceRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/tag_resource_request.crConstructors
- .new(secret_id : String, tags : Array(Tag))
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#secret_id : String
The identifier for the secret to attach tags to.
-
#secret_id=(secret_id : String)
The identifier for the secret to attach tags to.
-
#tags : Array(Tag)
The tags to attach to the secret as a JSON text string argument.
-
#tags=(tags : Array(Tag))
The tags to attach to the secret as a JSON text string argument.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The identifier for the secret to attach tags to. You can specify either the Amazon Resource Name (ARN) or the friendly name of the secret.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.
The identifier for the secret to attach tags to. You can specify either the Amazon Resource Name (ARN) or the friendly name of the secret.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.
The tags to attach to the secret as a JSON text string argument. Each element in the list
consists of a Key and a Value.
For storing multiple values, we recommend that you use a JSON text string argument and specify key/value pairs. For more information, see Specifying parameter values for the Amazon Web Services CLI in the Amazon Web Services CLI User Guide.
The tags to attach to the secret as a JSON text string argument. Each element in the list
consists of a Key and a Value.
For storing multiple values, we recommend that you use a JSON text string argument and specify key/value pairs. For more information, see Specifying parameter values for the Amazon Web Services CLI in the Amazon Web Services CLI User Guide.