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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the secret.

Returns:

  • (String)


482
483
484
485
486
487
488
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 482

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

#deletion_dateTime

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.

Returns:

  • (Time)


482
483
484
485
486
487
488
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 482

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

#nameString

The name of the secret.

Returns:

  • (String)


482
483
484
485
486
487
488
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 482

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