Class: Aws::Types::GetWorkloadDeploymentPatternInput
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkloadDeploymentPatternInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_pattern_name ⇒ ::String
Returns the value of attribute deployment_pattern_name.
-
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
Instance Attribute Details
#deployment_pattern_name ⇒ ::String
Returns the value of attribute deployment_pattern_name.
154 155 156 |
# File 'sig/types.rbs', line 154 def deployment_pattern_name @deployment_pattern_name end |
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
153 154 155 |
# File 'sig/types.rbs', line 153 def workload_name @workload_name end |