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

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)


757
758
759
760
761
762
# File 'lib/aws-sdk-secretsmanager/types.rb', line 757

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

#nameString

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

Returns:

  • (String)


757
758
759
760
761
762
# File 'lib/aws-sdk-secretsmanager/types.rb', line 757

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

#resource_policyString

A JSON-formatted string that describes the permissions that are associated with the attached secret. These permissions are combined with any permissions that are associated with the user or role that attempts to access this secret. The combined permissions specify who can access the secret and what actions they can perform. For more information, see [Authentication and Access Control for AWS Secrets Manager] in the *AWS Secrets Manager User Guide*.

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

Returns:

  • (String)


757
758
759
760
761
762
# File 'lib/aws-sdk-secretsmanager/types.rb', line 757

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