Class: Aws::Types::GetDeploymentPatternVersionInput
- Inherits:
-
Object
- Object
- Aws::Types::GetDeploymentPatternVersionInput
- 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.
-
#deployment_pattern_version_name ⇒ ::String
Returns the value of attribute deployment_pattern_version_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.
142 143 144 |
# File 'sig/types.rbs', line 142 def deployment_pattern_name @deployment_pattern_name end |
#deployment_pattern_version_name ⇒ ::String
Returns the value of attribute deployment_pattern_version_name.
143 144 145 |
# File 'sig/types.rbs', line 143 def deployment_pattern_version_name @deployment_pattern_version_name end |
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
141 142 143 |
# File 'sig/types.rbs', line 141 def workload_name @workload_name end |