Class: Aws::LaunchWizard::Types::GetWorkloadOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::GetWorkloadOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-launchwizard/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workload ⇒ Types::WorkloadData
Information about the workload.
Instance Attribute Details
#workload ⇒ Types::WorkloadData
Information about the workload.
420 421 422 423 424 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 420 class GetWorkloadOutput < Struct.new( :workload) SENSITIVE = [] include Aws::Structure end |