Module: Aws::AppConfig::Client::_UpdateDeploymentStrategyResponseSuccess
- 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
949 |
# File 'sig/client.rbs', line 949
def deployment_duration_in_minutes: () -> ::Integer
|
#description ⇒ ::String
948 |
# File 'sig/client.rbs', line 948
def description: () -> ::String
|
#final_bake_time_in_minutes ⇒ ::Integer
952 |
# File 'sig/client.rbs', line 952
def final_bake_time_in_minutes: () -> ::Integer
|
#growth_factor ⇒ ::Float
951 |
# File 'sig/client.rbs', line 951
def growth_factor: () -> ::Float
|
#growth_type ⇒ "LINEAR", "EXPONENTIAL"
950 |
# File 'sig/client.rbs', line 950
def growth_type: () -> ("LINEAR" | "EXPONENTIAL")
|
#id ⇒ ::String
946 |
# File 'sig/client.rbs', line 946
def id: () -> ::String
|
#name ⇒ ::String
947 |
# File 'sig/client.rbs', line 947
def name: () -> ::String
|
#replicate_to ⇒ "NONE", "SSM_DOCUMENT"
953 |
# File 'sig/client.rbs', line 953
def replicate_to: () -> ("NONE" | "SSM_DOCUMENT")
|