Module: Aws::APIGateway::Client::_UpdateStageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::Stage]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #access_log_settings ⇒ Types::AccessLogSettings
- #cache_cluster_enabled ⇒ Boolean
- #cache_cluster_size ⇒ "0.5", ...
- #cache_cluster_status ⇒ "CREATE_IN_PROGRESS", ...
- #canary_settings ⇒ Types::CanarySettings
- #client_certificate_id ⇒ ::String
- #created_date ⇒ ::Time
- #deployment_id ⇒ ::String
- #description ⇒ ::String
- #documentation_version ⇒ ::String
- #last_updated_date ⇒ ::Time
- #method_settings ⇒ ::Hash[::String, Types::MethodSetting]
- #stage_name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #tracing_enabled ⇒ Boolean
- #variables ⇒ ::Hash[::String, ::String]
- #web_acl_arn ⇒ ::String
Instance Method Details
#access_log_settings ⇒ Types::AccessLogSettings
2177 |
# File 'sig/client.rbs', line 2177
def access_log_settings: () -> Types::AccessLogSettings
|
#cache_cluster_enabled ⇒ Boolean
2171 |
# File 'sig/client.rbs', line 2171
def cache_cluster_enabled: () -> bool
|
#cache_cluster_size ⇒ "0.5", ...
2172 |
# File 'sig/client.rbs', line 2172
def cache_cluster_size: () -> ("0.5" | "1.6" | "6.1" | "13.5" | "28.4" | "58.2" | "118" | "237")
|
#cache_cluster_status ⇒ "CREATE_IN_PROGRESS", ...
2173 |
# File 'sig/client.rbs', line 2173
def cache_cluster_status: () -> ("CREATE_IN_PROGRESS" | "AVAILABLE" | "DELETE_IN_PROGRESS" | "NOT_AVAILABLE" | "FLUSH_IN_PROGRESS")
|
#canary_settings ⇒ Types::CanarySettings
2178 |
# File 'sig/client.rbs', line 2178
def canary_settings: () -> Types::CanarySettings
|
#client_certificate_id ⇒ ::String
2168 |
# File 'sig/client.rbs', line 2168
def client_certificate_id: () -> ::String
|
#created_date ⇒ ::Time
2182 |
# File 'sig/client.rbs', line 2182
def created_date: () -> ::Time
|
#deployment_id ⇒ ::String
2167 |
# File 'sig/client.rbs', line 2167
def deployment_id: () -> ::String
|
#description ⇒ ::String
2170 |
# File 'sig/client.rbs', line 2170
def description: () -> ::String
|
#documentation_version ⇒ ::String
2176 |
# File 'sig/client.rbs', line 2176
def documentation_version: () -> ::String
|
#last_updated_date ⇒ ::Time
2183 |
# File 'sig/client.rbs', line 2183
def last_updated_date: () -> ::Time
|
#method_settings ⇒ ::Hash[::String, Types::MethodSetting]
2174 |
# File 'sig/client.rbs', line 2174
def method_settings: () -> ::Hash[::String, Types::MethodSetting]
|
#stage_name ⇒ ::String
2169 |
# File 'sig/client.rbs', line 2169
def stage_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
2181 |
# File 'sig/client.rbs', line 2181
def tags: () -> ::Hash[::String, ::String]
|
#tracing_enabled ⇒ Boolean
2179 |
# File 'sig/client.rbs', line 2179
def tracing_enabled: () -> bool
|
#variables ⇒ ::Hash[::String, ::String]
2175 |
# File 'sig/client.rbs', line 2175
def variables: () -> ::Hash[::String, ::String]
|
#web_acl_arn ⇒ ::String
2180 |
# File 'sig/client.rbs', line 2180
def web_acl_arn: () -> ::String
|