Module: Aws::AppConfig::Client::_CreateDeploymentStrategyResponseSuccess
- 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
132 |
# File 'sig/client.rbs', line 132
def deployment_duration_in_minutes: () -> ::Integer
|
#description ⇒ ::String
131 |
# File 'sig/client.rbs', line 131
def description: () -> ::String
|
#final_bake_time_in_minutes ⇒ ::Integer
135 |
# File 'sig/client.rbs', line 135
def final_bake_time_in_minutes: () -> ::Integer
|
#growth_factor ⇒ ::Float
134 |
# File 'sig/client.rbs', line 134
def growth_factor: () -> ::Float
|
#growth_type ⇒ "LINEAR", "EXPONENTIAL"
133 |
# File 'sig/client.rbs', line 133
def growth_type: () -> ("LINEAR" | "EXPONENTIAL")
|
#id ⇒ ::String
129 |
# File 'sig/client.rbs', line 129
def id: () -> ::String
|
#name ⇒ ::String
130 |
# File 'sig/client.rbs', line 130
def name: () -> ::String
|
#replicate_to ⇒ "NONE", "SSM_DOCUMENT"
136 |
# File 'sig/client.rbs', line 136
def replicate_to: () -> ("NONE" | "SSM_DOCUMENT")
|