Class: Aws::LaunchWizard::Types::GetDeploymentPatternVersionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::GetDeploymentPatternVersionInput
- Defined in:
- gems/aws-sdk-launchwizard/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 operation to discover
supported values for this parameter.
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_name ⇒ String
The name of the deployment pattern version.
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_name ⇒ String
The name of the workload. You can use the ListWorkloads
operation to discover supported values for this parameter.
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 |