Class: Aws::Outposts::Types::ListCapacityTasksInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_task_status_filterArray<String>

A list of statuses. For example, REQUESTED or WAITING_FOR_EVACUATION.

Returns:

  • (Array<String>)


1147
1148
1149
1150
1151
1152
1153
1154
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1147

class ListCapacityTasksInput < Struct.new(
  :outpost_identifier_filter,
  :max_results,
  :next_token,
  :capacity_task_status_filter)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum page size.

Returns:

  • (Integer)


1147
1148
1149
1150
1151
1152
1153
1154
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1147

class ListCapacityTasksInput < Struct.new(
  :outpost_identifier_filter,
  :max_results,
  :next_token,
  :capacity_task_status_filter)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


1147
1148
1149
1150
1151
1152
1153
1154
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1147

class ListCapacityTasksInput < Struct.new(
  :outpost_identifier_filter,
  :max_results,
  :next_token,
  :capacity_task_status_filter)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_identifier_filterString

Filters the results by an Outpost ID or an Outpost ARN.

Returns:

  • (String)


1147
1148
1149
1150
1151
1152
1153
1154
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1147

class ListCapacityTasksInput < Struct.new(
  :outpost_identifier_filter,
  :max_results,
  :next_token,
  :capacity_task_status_filter)
  SENSITIVE = []
  include Aws::Structure
end