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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mpa/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_arnString

Amazon Resource Name (ARN) for the policy.

Returns:

  • (String)


1772
1773
1774
1775
1776
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1772

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