Class: Aws::Types::CreateDeploymentInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateDeploymentInput
- 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.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#specifications ⇒ ::Hash[::String, ::String]
Returns the value of attribute specifications.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
27 28 29 |
# File 'sig/types.rbs', line 27 def deployment_pattern_name @deployment_pattern_name end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
30 31 32 |
# File 'sig/types.rbs', line 30 def dry_run @dry_run end |
#name ⇒ ::String
Returns the value of attribute name.
28 29 30 |
# File 'sig/types.rbs', line 28 def name @name end |
#specifications ⇒ ::Hash[::String, ::String]
Returns the value of attribute specifications.
29 30 31 |
# File 'sig/types.rbs', line 29 def specifications @specifications end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
31 32 33 |
# File 'sig/types.rbs', line 31 def @tags end |
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
26 27 28 |
# File 'sig/types.rbs', line 26 def workload_name @workload_name end |