Class: Aws::Types::CreateDeploymentStrategyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDeploymentStrategyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_duration_in_minutes ⇒ ::Integer
Returns the value of attribute deployment_duration_in_minutes.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#final_bake_time_in_minutes ⇒ ::Integer
Returns the value of attribute final_bake_time_in_minutes.
-
#growth_factor ⇒ ::Float
Returns the value of attribute growth_factor.
-
#growth_type ⇒ "LINEAR", "EXPONENTIAL"
Returns the value of attribute growth_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#replicate_to ⇒ "NONE", "SSM_DOCUMENT"
Returns the value of attribute replicate_to.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#deployment_duration_in_minutes ⇒ ::Integer
Returns the value of attribute deployment_duration_in_minutes.
163 164 165 |
# File 'sig/types.rbs', line 163 def deployment_duration_in_minutes @deployment_duration_in_minutes end |
#description ⇒ ::String
Returns the value of attribute description.
162 163 164 |
# File 'sig/types.rbs', line 162 def description @description end |
#final_bake_time_in_minutes ⇒ ::Integer
Returns the value of attribute final_bake_time_in_minutes.
164 165 166 |
# File 'sig/types.rbs', line 164 def final_bake_time_in_minutes @final_bake_time_in_minutes end |
#growth_factor ⇒ ::Float
Returns the value of attribute growth_factor.
165 166 167 |
# File 'sig/types.rbs', line 165 def growth_factor @growth_factor end |
#growth_type ⇒ "LINEAR", "EXPONENTIAL"
Returns the value of attribute growth_type.
166 167 168 |
# File 'sig/types.rbs', line 166 def growth_type @growth_type end |
#name ⇒ ::String
Returns the value of attribute name.
161 162 163 |
# File 'sig/types.rbs', line 161 def name @name end |
#replicate_to ⇒ "NONE", "SSM_DOCUMENT"
Returns the value of attribute replicate_to.
167 168 169 |
# File 'sig/types.rbs', line 167 def replicate_to @replicate_to end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
168 169 170 |
# File 'sig/types.rbs', line 168 def @tags end |