Class: Aws::Outposts::Types::ListCapacityTasksInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::ListCapacityTasksInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_task_status_filter ⇒ Array<String>
A list of statuses.
-
#max_results ⇒ Integer
The maximum page size.
-
#next_token ⇒ String
The pagination token.
-
#outpost_identifier_filter ⇒ String
Filters the results by an Outpost ID or an Outpost ARN.
Instance Attribute Details
#capacity_task_status_filter ⇒ Array<String>
A list of statuses. For example, ‘REQUESTED` or `WAITING_FOR_EVACUATION`.
1395 1396 1397 1398 1399 1400 1401 1402 |
# File 'lib/aws-sdk-outposts/types.rb', line 1395 class ListCapacityTasksInput < Struct.new( :outpost_identifier_filter, :max_results, :next_token, :capacity_task_status_filter) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum page size.
1395 1396 1397 1398 1399 1400 1401 1402 |
# File 'lib/aws-sdk-outposts/types.rb', line 1395 class ListCapacityTasksInput < Struct.new( :outpost_identifier_filter, :max_results, :next_token, :capacity_task_status_filter) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
1395 1396 1397 1398 1399 1400 1401 1402 |
# File 'lib/aws-sdk-outposts/types.rb', line 1395 class ListCapacityTasksInput < Struct.new( :outpost_identifier_filter, :max_results, :next_token, :capacity_task_status_filter) SENSITIVE = [] include Aws::Structure end |
#outpost_identifier_filter ⇒ String
Filters the results by an Outpost ID or an Outpost ARN.
1395 1396 1397 1398 1399 1400 1401 1402 |
# File 'lib/aws-sdk-outposts/types.rb', line 1395 class ListCapacityTasksInput < Struct.new( :outpost_identifier_filter, :max_results, :next_token, :capacity_task_status_filter) SENSITIVE = [] include Aws::Structure end |