Class: Aws::LaunchWizard::Types::GetDeploymentPatternVersionInput

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

#deployment_pattern_nameString

The name of the deployment pattern. You can use the ListWorkloadDeploymentPatterns operation to discover supported values for this parameter.

Returns:

  • (String)


464
465
466
467
468
469
470
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 464

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

#deployment_pattern_version_nameString

The name of the deployment pattern version.

Returns:

  • (String)


464
465
466
467
468
469
470
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 464

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

#workload_nameString

The name of the workload. You can use the ListWorkloads operation to discover supported values for this parameter.

Returns:

  • (String)


464
465
466
467
468
469
470
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 464

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