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:



531
532
533
534
535
# File 'lib/aws-sdk-launchwizard/types.rb', line 531

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