class
Amazonite::SecretsManager::UntagResourceRequest
- Amazonite::SecretsManager::UntagResourceRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/untag_resource_request.crConstructors
- .new(secret_id : String, tag_keys : Array(String))
- .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 ARN or name of the secret.
-
#secret_id=(secret_id : String)
The ARN or name of the secret.
-
#tag_keys : Array(String)
A list of tag key names to remove from the secret.
-
#tag_keys=(tag_keys : Array(String))
A list of tag key names to remove from the secret.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The ARN or 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 ARN or 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.
A list of tag key names to remove from the secret. You don't specify the value. Both the key and its associated value are removed.
This parameter requires a JSON text string argument.
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.
A list of tag key names to remove from the secret. You don't specify the value. Both the key and its associated value are removed.
This parameter requires a JSON text string argument.
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.