Class: Aws::SecretsManager::Types::DeleteSecretResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-secretsmanager/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the secret that is now scheduled for deletion.

Returns:

  • (String)


468
469
470
471
472
473
# File 'lib/aws-sdk-secretsmanager/types.rb', line 468

class DeleteSecretResponse < Struct.new(
  :arn,
  :name,
  :deletion_date)
  include Aws::Structure
end

#deletion_dateTime

The date and time after which this secret can be deleted by Secrets Manager and can no longer be restored. This value is the date and time of the delete request plus the number of days specified in ‘RecoveryWindowInDays`.

Returns:

  • (Time)


468
469
470
471
472
473
# File 'lib/aws-sdk-secretsmanager/types.rb', line 468

class DeleteSecretResponse < Struct.new(
  :arn,
  :name,
  :deletion_date)
  include Aws::Structure
end

#nameString

The friendly name of the secret that is now scheduled for deletion.

Returns:

  • (String)


468
469
470
471
472
473
# File 'lib/aws-sdk-secretsmanager/types.rb', line 468

class DeleteSecretResponse < Struct.new(
  :arn,
  :name,
  :deletion_date)
  include Aws::Structure
end