Class: Aws::SnowDeviceManagement::Types::ListTasksOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::ListTasksOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowdevicemanagement/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A pagination token to continue to the next page of tasks.
-
#tasks ⇒ Array<Types::TaskSummary>
A list of task structures containing details about each task.
Instance Attribute Details
#next_token ⇒ String
A pagination token to continue to the next page of tasks.
865 866 867 868 869 870 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 865 class ListTasksOutput < Struct.new( :next_token, :tasks) SENSITIVE = [] include Aws::Structure end |
#tasks ⇒ Array<Types::TaskSummary>
A list of task structures containing details about each task.
865 866 867 868 869 870 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 865 class ListTasksOutput < Struct.new( :next_token, :tasks) SENSITIVE = [] include Aws::Structure end |