Class: Aws::LaunchWizard::Types::GetWorkloadInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::GetWorkloadInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-launchwizard/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workload_name ⇒ String
The name of the workload.
Instance Attribute Details
#workload_name ⇒ String
The name of the workload.
519 520 521 522 523 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 519 class GetWorkloadInput < Struct.new( :workload_name) SENSITIVE = [] include Aws::Structure end |