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.
531 532 533 534 535 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 531 class GetWorkloadOutput < Struct.new( :workload) SENSITIVE = [] include Aws::Structure end |