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.
383 384 385 386 387 388 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 383 class GetWorkloadDeploymentPatternInput < Struct.new( :deployment_pattern_name, :workload_name) SENSITIVE = [] include Aws::Structure end |
#workload_name ⇒ String
The name of the workload.
383 384 385 386 387 388 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 383 class GetWorkloadDeploymentPatternInput < Struct.new( :deployment_pattern_name, :workload_name) SENSITIVE = [] include Aws::Structure end |