Class: Aws::SecretsManager::Types::PutResourcePolicyResponse

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)


1293
1294
1295
1296
1297
1298
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1293

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

#nameString

The name of the secret.

Returns:

  • (String)


1293
1294
1295
1296
1297
1298
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1293

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