Class: Aws::QuickSight::Types::ListIAMPolicyAssignmentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListIAMPolicyAssignmentsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assignment_status ⇒ String
The status of the assignments.
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains these IAM policy assignments.
-
#max_results ⇒ Integer
The maximum number of results to be returned per request.
-
#namespace ⇒ String
The namespace for the assignments.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
Instance Attribute Details
#assignment_status ⇒ String
The status of the assignments.
21060 21061 21062 21063 21064 21065 21066 21067 21068 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21060 class ListIAMPolicyAssignmentsRequest < Struct.new( :aws_account_id, :assignment_status, :namespace, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains these IAM policy assignments.
21060 21061 21062 21063 21064 21065 21066 21067 21068 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21060 class ListIAMPolicyAssignmentsRequest < Struct.new( :aws_account_id, :assignment_status, :namespace, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to be returned per request.
21060 21061 21062 21063 21064 21065 21066 21067 21068 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21060 class ListIAMPolicyAssignmentsRequest < Struct.new( :aws_account_id, :assignment_status, :namespace, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace for the assignments.
21060 21061 21062 21063 21064 21065 21066 21067 21068 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21060 class ListIAMPolicyAssignmentsRequest < Struct.new( :aws_account_id, :assignment_status, :namespace, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
21060 21061 21062 21063 21064 21065 21066 21067 21068 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21060 class ListIAMPolicyAssignmentsRequest < Struct.new( :aws_account_id, :assignment_status, :namespace, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |