class
Amazonite::SecretsManager::UpdateSecretResponse
- Amazonite::SecretsManager::UpdateSecretResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/update_secret_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(arn : String | Nil = nil, name : String | Nil = nil, version_id : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String | Nil
The ARN of the secret that was updated.
-
#arn=(arn : String | Nil)
The ARN of the secret that was updated.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String | Nil
The name of the secret that was updated.
-
#name=(name : String | Nil)
The name of the secret that was updated.
- #validate! : Nil
-
#version_id : String | Nil
If Secrets Manager created a new version of the secret during this operation, then
VersionIdcontains the unique identifier of the new version. -
#version_id=(version_id : String | Nil)
If Secrets Manager created a new version of the secret during this operation, then
VersionIdcontains the unique identifier of the new version.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
If Secrets Manager created a new version of the secret during this operation, then VersionId
contains the unique identifier of the new version.
If Secrets Manager created a new version of the secret during this operation, then VersionId
contains the unique identifier of the new version.