Class: Aws::Types::UpdateDeploymentStrategyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDeploymentStrategyRequest
- 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.
-
#deployment_strategy_id ⇒ ::String
Returns the value of attribute deployment_strategy_id.
-
#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.
Instance Attribute Details
#deployment_duration_in_minutes ⇒ ::Integer
Returns the value of attribute deployment_duration_in_minutes.
898 899 900 |
# File 'sig/types.rbs', line 898 def deployment_duration_in_minutes @deployment_duration_in_minutes end |
#deployment_strategy_id ⇒ ::String
Returns the value of attribute deployment_strategy_id.
896 897 898 |
# File 'sig/types.rbs', line 896 def deployment_strategy_id @deployment_strategy_id end |
#description ⇒ ::String
Returns the value of attribute description.
897 898 899 |
# File 'sig/types.rbs', line 897 def description @description end |
#final_bake_time_in_minutes ⇒ ::Integer
Returns the value of attribute final_bake_time_in_minutes.
899 900 901 |
# File 'sig/types.rbs', line 899 def final_bake_time_in_minutes @final_bake_time_in_minutes end |
#growth_factor ⇒ ::Float
Returns the value of attribute growth_factor.
900 901 902 |
# File 'sig/types.rbs', line 900 def growth_factor @growth_factor end |
#growth_type ⇒ "LINEAR", "EXPONENTIAL"
Returns the value of attribute growth_type.
901 902 903 |
# File 'sig/types.rbs', line 901 def growth_type @growth_type end |