Class: Aws::TimestreamWrite::Types::ListBatchLoadTasksRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::ListBatchLoadTasksRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamwrite/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The total number of items to return in the output.
-
#next_token ⇒ String
A token to specify where to start paginating.
-
#task_status ⇒ String
Status of the batch load task.
Instance Attribute Details
#max_results ⇒ Integer
The total number of items to return in the output. If the total number of items available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.
765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 765 class ListBatchLoadTasksRequest < Struct.new( :next_token, :max_results, :task_status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 765 class ListBatchLoadTasksRequest < Struct.new( :next_token, :max_results, :task_status) SENSITIVE = [] include Aws::Structure end |
#task_status ⇒ String
Status of the batch load task.
765 766 767 768 769 770 771 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 765 class ListBatchLoadTasksRequest < Struct.new( :next_token, :max_results, :task_status) SENSITIVE = [] include Aws::Structure end |