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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-launchwizard/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)


294
295
296
297
298
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 294

class GetWorkloadInput < Struct.new(
  :workload_name)
  SENSITIVE = []
  include Aws::Structure
end