Class: Aws::Types::UpdateDeploymentInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDeploymentInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#deployment_pattern_version_name ⇒ ::String
Returns the value of attribute deployment_pattern_version_name.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#specifications ⇒ ::Hash[::String, ::String]
Returns the value of attribute specifications.
-
#workload_version_name ⇒ ::String
Returns the value of attribute workload_version_name.
Instance Attribute Details
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
286 287 288 |
# File 'sig/types.rbs', line 286 def deployment_id @deployment_id end |
#deployment_pattern_version_name ⇒ ::String
Returns the value of attribute deployment_pattern_version_name.
289 290 291 |
# File 'sig/types.rbs', line 289 def deployment_pattern_version_name @deployment_pattern_version_name end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
290 291 292 |
# File 'sig/types.rbs', line 290 def dry_run @dry_run end |
#force ⇒ Boolean
Returns the value of attribute force.
291 292 293 |
# File 'sig/types.rbs', line 291 def force @force end |
#specifications ⇒ ::Hash[::String, ::String]
Returns the value of attribute specifications.
287 288 289 |
# File 'sig/types.rbs', line 287 def specifications @specifications end |
#workload_version_name ⇒ ::String
Returns the value of attribute workload_version_name.
288 289 290 |
# File 'sig/types.rbs', line 288 def workload_version_name @workload_version_name end |