Class: Aws::QuickSight::Types::ListIngestionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListIngestionsRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Note:
When making an API call, you may pass ListIngestionsRequest data as a hash:
{
data_set_id: "String", # required
next_token: "String",
aws_account_id: "AwsAccountId", # required
max_results: 1,
}
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.
8757 8758 8759 8760 8761 8762 8763 8764 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8757 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.
8757 8758 8759 8760 8761 8762 8763 8764 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8757 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.
8757 8758 8759 8760 8761 8762 8763 8764 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8757 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.
8757 8758 8759 8760 8761 8762 8763 8764 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8757 class ListIngestionsRequest < Struct.new( :data_set_id, :next_token, :aws_account_id, :max_results) SENSITIVE = [] include Aws::Structure end |