Module: Aws::AppConfig::Client::_GetDeploymentStrategyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeploymentStrategy]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #deployment_duration_in_minutes ⇒ ::Integer
- #description ⇒ ::String
- #final_bake_time_in_minutes ⇒ ::Integer
- #growth_factor ⇒ ::Float
- #growth_type ⇒ "LINEAR", "EXPONENTIAL"
- #id ⇒ ::String
- #name ⇒ ::String
- #replicate_to ⇒ "NONE", "SSM_DOCUMENT"
Instance Method Details
#deployment_duration_in_minutes ⇒ ::Integer
439 |
# File 'sig/client.rbs', line 439 def deployment_duration_in_minutes: () -> ::Integer |
#description ⇒ ::String
438 |
# File 'sig/client.rbs', line 438 def description: () -> ::String |
#final_bake_time_in_minutes ⇒ ::Integer
442 |
# File 'sig/client.rbs', line 442 def final_bake_time_in_minutes: () -> ::Integer |
#growth_factor ⇒ ::Float
441 |
# File 'sig/client.rbs', line 441 def growth_factor: () -> ::Float |
#growth_type ⇒ "LINEAR", "EXPONENTIAL"
440 |
# File 'sig/client.rbs', line 440 def growth_type: () -> ("LINEAR" | "EXPONENTIAL") |
#id ⇒ ::String
436 |
# File 'sig/client.rbs', line 436 def id: () -> ::String |
#name ⇒ ::String
437 |
# File 'sig/client.rbs', line 437 def name: () -> ::String |
#replicate_to ⇒ "NONE", "SSM_DOCUMENT"
443 |
# File 'sig/client.rbs', line 443 def replicate_to: () -> ("NONE" | "SSM_DOCUMENT") |