Class: Aws::QuickSight::Types::DescribeIAMPolicyAssignmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeIAMPolicyAssignmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assignment_name ⇒ String
The name of the assignment, also called a rule.
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the assignment that you want to describe.
-
#namespace ⇒ String
The namespace that contains the assignment.
Instance Attribute Details
#assignment_name ⇒ String
The name of the assignment, also called a rule.
12714 12715 12716 12717 12718 12719 12720 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12714 class DescribeIAMPolicyAssignmentRequest < Struct.new( :aws_account_id, :assignment_name, :namespace) SENSITIVE = [] include Aws::Structure end |
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the assignment that you want to describe.
12714 12715 12716 12717 12718 12719 12720 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12714 class DescribeIAMPolicyAssignmentRequest < Struct.new( :aws_account_id, :assignment_name, :namespace) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace that contains the assignment.
12714 12715 12716 12717 12718 12719 12720 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12714 class DescribeIAMPolicyAssignmentRequest < Struct.new( :aws_account_id, :assignment_name, :namespace) SENSITIVE = [] include Aws::Structure end |