Module: Aws::APIGateway::Client::_GetStageResponseSuccess
- 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
1271 |
# File 'sig/client.rbs', line 1271
def access_log_settings: () -> Types::AccessLogSettings
|
#cache_cluster_enabled ⇒ Boolean
1265 |
# File 'sig/client.rbs', line 1265
def cache_cluster_enabled: () -> bool
|
#cache_cluster_size ⇒ "0.5", ...
1266 |
# File 'sig/client.rbs', line 1266
def cache_cluster_size: () -> ("0.5" | "1.6" | "6.1" | "13.5" | "28.4" | "58.2" | "118" | "237")
|
#cache_cluster_status ⇒ "CREATE_IN_PROGRESS", ...
1267 |
# File 'sig/client.rbs', line 1267
def cache_cluster_status: () -> ("CREATE_IN_PROGRESS" | "AVAILABLE" | "DELETE_IN_PROGRESS" | "NOT_AVAILABLE" | "FLUSH_IN_PROGRESS")
|
#canary_settings ⇒ Types::CanarySettings
1272 |
# File 'sig/client.rbs', line 1272
def canary_settings: () -> Types::CanarySettings
|
#client_certificate_id ⇒ ::String
1262 |
# File 'sig/client.rbs', line 1262
def client_certificate_id: () -> ::String
|
#created_date ⇒ ::Time
1276 |
# File 'sig/client.rbs', line 1276
def created_date: () -> ::Time
|
#deployment_id ⇒ ::String
1261 |
# File 'sig/client.rbs', line 1261
def deployment_id: () -> ::String
|
#description ⇒ ::String
1264 |
# File 'sig/client.rbs', line 1264
def description: () -> ::String
|
#documentation_version ⇒ ::String
1270 |
# File 'sig/client.rbs', line 1270
def documentation_version: () -> ::String
|
#last_updated_date ⇒ ::Time
1277 |
# File 'sig/client.rbs', line 1277
def last_updated_date: () -> ::Time
|
#method_settings ⇒ ::Hash[::String, Types::MethodSetting]
1268 |
# File 'sig/client.rbs', line 1268
def method_settings: () -> ::Hash[::String, Types::MethodSetting]
|
#stage_name ⇒ ::String
1263 |
# File 'sig/client.rbs', line 1263
def stage_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1275 |
# File 'sig/client.rbs', line 1275
def tags: () -> ::Hash[::String, ::String]
|
#tracing_enabled ⇒ Boolean
1273 |
# File 'sig/client.rbs', line 1273
def tracing_enabled: () -> bool
|
#variables ⇒ ::Hash[::String, ::String]
1269 |
# File 'sig/client.rbs', line 1269
def variables: () -> ::Hash[::String, ::String]
|
#web_acl_arn ⇒ ::String
1274 |
# File 'sig/client.rbs', line 1274
def web_acl_arn: () -> ::String
|