Class: Aws::LaunchWizard::Types::GetWorkloadDeploymentPatternInput

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

#deployment_pattern_nameString

The name of the deployment pattern.

Returns:

  • (String)


494
495
496
497
498
499
# File 'lib/aws-sdk-launchwizard/types.rb', line 494

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

#workload_nameString

The name of the workload.

Returns:

  • (String)


494
495
496
497
498
499
# File 'lib/aws-sdk-launchwizard/types.rb', line 494

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