Class: Aws::LaunchWizard::Types::GetWorkloadInput

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

#workload_nameString

The name of the workload.

Returns:

  • (String)


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