Class: Aws::QuickSight::Types::ListIngestionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListIngestionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The Amazon Web Services account ID.
-
#data_set_id ⇒ String
The ID of the dataset used in the ingestion.
-
#max_results ⇒ Integer
The maximum number of results to be returned per request.
-
#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 Amazon Web Services account ID.
21170 21171 21172 21173 21174 21175 21176 21177 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21170 class ListIngestionsRequest < Struct.new( :data_set_id, :next_token, :aws_account_id, :max_results) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
The ID of the dataset used in the ingestion.
21170 21171 21172 21173 21174 21175 21176 21177 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21170 class ListIngestionsRequest < Struct.new( :data_set_id, :next_token, :aws_account_id, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to be returned per request.
21170 21171 21172 21173 21174 21175 21176 21177 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21170 class ListIngestionsRequest < Struct.new( :data_set_id, :next_token, :aws_account_id, :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.
21170 21171 21172 21173 21174 21175 21176 21177 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21170 class ListIngestionsRequest < Struct.new( :data_set_id, :next_token, :aws_account_id, :max_results) SENSITIVE = [] include Aws::Structure end |