Class: Aws::Outposts::Types::ListCapacityTasksOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::ListCapacityTasksOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_tasks ⇒ Array<Types::CapacityTaskSummary>
Lists all the capacity tasks.
-
#next_token ⇒ String
The pagination token.
Instance Attribute Details
#capacity_tasks ⇒ Array<Types::CapacityTaskSummary>
Lists all the capacity tasks.
1414 1415 1416 1417 1418 1419 |
# File 'lib/aws-sdk-outposts/types.rb', line 1414 class ListCapacityTasksOutput < Struct.new( :capacity_tasks, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
1414 1415 1416 1417 1418 1419 |
# File 'lib/aws-sdk-outposts/types.rb', line 1414 class ListCapacityTasksOutput < Struct.new( :capacity_tasks, :next_token) SENSITIVE = [] include Aws::Structure end |