Class: Aws::LaunchWizard::Types::GetDeploymentPatternVersionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::GetDeploymentPatternVersionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-launchwizard/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_pattern_name ⇒ String
The name of the deployment pattern.
-
#deployment_pattern_version_name ⇒ String
The name of the deployment pattern version.
-
#workload_name ⇒ String
The name of the workload.
Instance Attribute Details
#deployment_pattern_name ⇒ String
The name of the deployment pattern. You can use the [ ‘ListWorkloadDeploymentPatterns` ][1] operation to discover supported values for this parameter.
[1]: docs.aws.amazon.com/launchwizard/latest/APIReference/API_ListWorkloadDeploymentPatterns.html
464 465 466 467 468 469 470 |
# File '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_name ⇒ String
The name of the deployment pattern version.
464 465 466 467 468 469 470 |
# File '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_name ⇒ String
The name of the workload. You can use the [ ‘ListWorkloads` ][1] operation to discover supported values for this parameter.
[1]: docs.aws.amazon.com/launchwizard/latest/APIReference/API_ListWorkloads.html
464 465 466 467 468 469 470 |
# File '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 |