class
Amazonite::SecretsManager::RotateSecretResponse
- Amazonite::SecretsManager::RotateSecretResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/rotate_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.
-
#arn=(arn : String | Nil)
The ARN of the secret.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String | Nil
The name of the secret.
-
#name=(name : String | Nil)
The name of the secret.
- #validate! : Nil
-
#version_id : String | Nil
The ID of the new version of the secret.
-
#version_id=(version_id : String | Nil)
The ID of the new version of the secret.
Constructor Detail
def self.new(arn : String | Nil = nil, name : String | Nil = nil, version_id : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.