Class: Aws::SnowDeviceManagement::Types::ListTasksInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::ListTasksInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowdevicemanagement/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of tasks per page.
-
#next_token ⇒ String
A pagination token to continue to the next page of tasks.
-
#state ⇒ String
A structure used to filter the list of tasks.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of tasks per page.
847 848 849 850 851 852 853 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 847 class ListTasksInput < Struct.new( :max_results, :next_token, :state) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token to continue to the next page of tasks.
847 848 849 850 851 852 853 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 847 class ListTasksInput < Struct.new( :max_results, :next_token, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
A structure used to filter the list of tasks.
847 848 849 850 851 852 853 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 847 class ListTasksInput < Struct.new( :max_results, :next_token, :state) SENSITIVE = [] include Aws::Structure end |