Class: Aws::SecretsManager::Types::DeleteSecretResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::DeleteSecretResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-secretsmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the secret.
-
#deletion_date ⇒ Time
The date and time after which this secret Secrets Manager can permanently delete this secret, and it can no longer be restored.
-
#name ⇒ String
The name of the secret.
Instance Attribute Details
#arn ⇒ String
The ARN of the secret.
492 493 494 495 496 497 498 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 492 class DeleteSecretResponse < Struct.new( :arn, :name, :deletion_date) SENSITIVE = [] include Aws::Structure end |
#deletion_date ⇒ Time
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`.
492 493 494 495 496 497 498 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 492 class DeleteSecretResponse < Struct.new( :arn, :name, :deletion_date) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the secret.
492 493 494 495 496 497 498 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 492 class DeleteSecretResponse < Struct.new( :arn, :name, :deletion_date) SENSITIVE = [] include Aws::Structure end |