class
Amazonite::SecretsManager::DeleteSecretResponse
- Amazonite::SecretsManager::DeleteSecretResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/delete_secret_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(arn : String | Nil = nil, name : String | Nil = nil, deletion_date : Time | 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.
-
#deletion_date : Time | Nil
The date and time after which this secret Secrets Manager can permanently delete this secret, and it can no longer be restored.
-
#deletion_date=(deletion_date : Time | Nil)
The date and time after which this secret Secrets Manager can permanently delete this secret, and it can no longer be restored.
-
#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
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The date and time after which this secret Secrets Manager can permanently delete this secret,
and it can no longer be restored. This value is the date and time of the delete request plus the
number of days in RecoveryWindowInDays.
The date and time after which this secret Secrets Manager can permanently delete this secret,
and it can no longer be restored. This value is the date and time of the delete request plus the
number of days in RecoveryWindowInDays.