class
Amazonite::SecretsManager::PutSecretValueResponse
- Amazonite::SecretsManager::PutSecretValueResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/put_secret_value_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(arn : String | Nil = nil, name : String | Nil = nil, version_id : String | Nil = nil, version_stages : Array(String) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
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 unique identifier of the version of the secret.
-
#version_id=(version_id : String | Nil)
The unique identifier of the version of the secret.
-
#version_stages : Array(String) | Nil
The list of staging labels that are currently attached to this version of the secret.
-
#version_stages=(version_stages : Array(String) | Nil)
The list of staging labels that are currently attached to this version of the secret.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The list of staging labels that are currently attached to this version of the secret. Secrets Manager uses staging labels to track a version as it progresses through the secret rotation process.
The list of staging labels that are currently attached to this version of the secret. Secrets Manager uses staging labels to track a version as it progresses through the secret rotation process.