Class: Aws::QuickSight::Types::ListIdentityPropagationConfigsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListIdentityPropagationConfigsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contain the identity propagation configurations of.
-
#max_results ⇒ Integer
The maximum number of results to be returned.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contain the identity propagation configurations of.
22083 22084 22085 22086 22087 22088 22089 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22083 class ListIdentityPropagationConfigsRequest < Struct.new( :aws_account_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to be returned.
22083 22084 22085 22086 22087 22088 22089 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22083 class ListIdentityPropagationConfigsRequest < Struct.new( :aws_account_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
22083 22084 22085 22086 22087 22088 22089 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22083 class ListIdentityPropagationConfigsRequest < Struct.new( :aws_account_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |