Class: Aws::QuickSight::Types::ActiveIAMPolicyAssignment
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ActiveIAMPolicyAssignment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The active Identity and Access Management (IAM) policy assignment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assignment_name ⇒ String
A name for the IAM policy assignment.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
Instance Attribute Details
#assignment_name ⇒ String
A name for the IAM policy assignment.
178 179 180 181 182 183 |
# File 'lib/aws-sdk-quicksight/types.rb', line 178 class ActiveIAMPolicyAssignment < Struct.new( :assignment_name, :policy_arn) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
178 179 180 181 182 183 |
# File 'lib/aws-sdk-quicksight/types.rb', line 178 class ActiveIAMPolicyAssignment < Struct.new( :assignment_name, :policy_arn) SENSITIVE = [] include Aws::Structure end |