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

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_tasksArray<Types::CapacityTaskSummary>

Lists all the capacity tasks.

Returns:



1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1166

class ListCapacityTasksOutput < Struct.new(
  :capacity_tasks,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1166

class ListCapacityTasksOutput < Struct.new(
  :capacity_tasks,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end