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

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 the resource-based policy was retrieved for.

Returns:

  • (String)


1268
1269
1270
1271
1272
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1268

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

#nameString

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

Returns:

  • (String)


1268
1269
1270
1271
1272
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1268

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