class
Amazonite::SecretsManager::DescribeSecretRequest
- Amazonite::SecretsManager::DescribeSecretRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/describe_secret_request.crConstructors
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.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def secret_id : String
#
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.
def secret_id=(secret_id : String)
#
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.