Class: Aws::LaunchWizard::Types::GetWorkloadOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workloadTypes::WorkloadData

Information about the workload.

Returns:



420
421
422
423
424
# File 'lib/aws-sdk-launchwizard/types.rb', line 420

class GetWorkloadOutput < Struct.new(
  :workload)
  SENSITIVE = []
  include Aws::Structure
end