Class: Aws::SecretsManager::Types::GetResourcePolicyResponse

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 retrieved for.

Returns:

  • (String)


832
833
834
835
836
837
838
# File 'lib/aws-sdk-secretsmanager/types.rb', line 832

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

#nameString

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

Returns:

  • (String)


832
833
834
835
836
837
838
# File 'lib/aws-sdk-secretsmanager/types.rb', line 832

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

#resource_policyString

A JSON-formatted string that contains the permissions policy attached to the secret. For more information about permissions policies, see [Authentication and access control for Secrets Manager].

[1]: docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access.html

Returns:

  • (String)


832
833
834
835
836
837
838
# File 'lib/aws-sdk-secretsmanager/types.rb', line 832

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