Class: Aws::QuickSight::Types::ActiveIAMPolicyAssignment

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The active Identity and Access Management (IAM) policy assignment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assignment_nameString

A name for the IAM policy assignment.

Returns:

  • (String)


178
179
180
181
182
183
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 178

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

#policy_arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


178
179
180
181
182
183
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 178

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