Class: Aws::Types::DeploymentStrategy
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentStrategy
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#replicate_to ⇒ "NONE", "SSM_DOCUMENT"
Returns the value of attribute replicate_to.
Instance Attribute Details
#deployment_duration_in_minutes ⇒ ::Integer
Returns the value of attribute deployment_duration_in_minutes.
333 334 335 |
# File 'sig/types.rbs', line 333 def deployment_duration_in_minutes @deployment_duration_in_minutes end |
#description ⇒ ::String
Returns the value of attribute description.
332 333 334 |
# File 'sig/types.rbs', line 332 def description @description end |
#final_bake_time_in_minutes ⇒ ::Integer
Returns the value of attribute final_bake_time_in_minutes.
336 337 338 |
# File 'sig/types.rbs', line 336 def final_bake_time_in_minutes @final_bake_time_in_minutes end |
#growth_factor ⇒ ::Float
Returns the value of attribute growth_factor.
335 336 337 |
# File 'sig/types.rbs', line 335 def growth_factor @growth_factor end |
#growth_type ⇒ "LINEAR", "EXPONENTIAL"
Returns the value of attribute growth_type.
334 335 336 |
# File 'sig/types.rbs', line 334 def growth_type @growth_type end |
#id ⇒ ::String
Returns the value of attribute id.
330 331 332 |
# File 'sig/types.rbs', line 330 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
331 332 333 |
# File 'sig/types.rbs', line 331 def name @name end |
#replicate_to ⇒ "NONE", "SSM_DOCUMENT"
Returns the value of attribute replicate_to.
337 338 339 |
# File 'sig/types.rbs', line 337 def replicate_to @replicate_to end |