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.
408 409 410 411 412 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 408 class GetWorkloadInput < Struct.new( :workload_name) SENSITIVE = [] include Aws::Structure end |