Class: Aws::Outposts::Types::ListCapacityTasksOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_tasksArray<Types::CapacityTaskSummary>

Lists all the capacity tasks.

Returns:



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_tokenString

The pagination token.

Returns:

  • (String)


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