Class: Aws::LaunchWizard::Types::GetWorkloadDeploymentPatternInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::GetWorkloadDeploymentPatternInput
- 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.
-
#workload_name ⇒ String
The name of the workload.
Instance Attribute Details
#deployment_pattern_name ⇒ String
The name of the deployment pattern.
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_name ⇒ String
The name of the workload.
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 |