Class: Aws::LaunchWizard::Types::ListWorkloadsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

Returns:

  • (String)


499
500
501
502
503
504
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 499

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

#workloadsArray<Types::WorkloadDataSummary>

Information about the workloads.

Returns:



499
500
501
502
503
504
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 499

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