Class: Aws::SecretsManager::Types::DeleteResourcePolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the secret that the resource-based policy was deleted for.

Returns:

  • (String)


406
407
408
409
410
411
# File 'lib/aws-sdk-secretsmanager/types.rb', line 406

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

#nameString

The name of the secret that the resource-based policy was deleted for.

Returns:

  • (String)


406
407
408
409
410
411
# File 'lib/aws-sdk-secretsmanager/types.rb', line 406

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