Class: Aws::MPA::Types::PolicyReference

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

Overview

Contains the Amazon Resource Name (ARN) for a policy. Policies define what operations a team that define the permissions for team resources.

The protected operation for a service integration might require specific permissions. For more information, see [How other services work with Multi-party approval] in the *Multi-party approval User Guide*.

[1]: docs.aws.amazon.com/mpa/latest/userguide/mpa-integrations.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_arnString

Amazon Resource Name (ARN) for the policy.

Returns:

  • (String)


1800
1801
1802
1803
1804
# File 'lib/aws-sdk-mpa/types.rb', line 1800

class PolicyReference < Struct.new(
  :policy_arn)
  SENSITIVE = []
  include Aws::Structure
end