Class: Aws::QuickSight::Types::ListIAMPolicyAssignmentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListIAMPolicyAssignmentsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iam_policy_assignments ⇒ Array<Types::IAMPolicyAssignmentSummary>
Information describing the IAM policy assignments.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#iam_policy_assignments ⇒ Array<Types::IAMPolicyAssignmentSummary>
Information describing the IAM policy assignments.
21089 21090 21091 21092 21093 21094 21095 21096 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21089 class ListIAMPolicyAssignmentsResponse < Struct.new( :iam_policy_assignments, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
21089 21090 21091 21092 21093 21094 21095 21096 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21089 class ListIAMPolicyAssignmentsResponse < Struct.new( :iam_policy_assignments, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
21089 21090 21091 21092 21093 21094 21095 21096 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21089 class ListIAMPolicyAssignmentsResponse < Struct.new( :iam_policy_assignments, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
21089 21090 21091 21092 21093 21094 21095 21096 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21089 class ListIAMPolicyAssignmentsResponse < Struct.new( :iam_policy_assignments, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |