Module: Aws::APIGateway::Client::_CreateStageResponseSuccess
- 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
392 |
# File 'sig/client.rbs', line 392
def access_log_settings: () -> Types::AccessLogSettings
|
#cache_cluster_enabled ⇒ Boolean
386 |
# File 'sig/client.rbs', line 386
def cache_cluster_enabled: () -> bool
|
#cache_cluster_size ⇒ "0.5", ...
387 |
# File 'sig/client.rbs', line 387
def cache_cluster_size: () -> ("0.5" | "1.6" | "6.1" | "13.5" | "28.4" | "58.2" | "118" | "237")
|
#cache_cluster_status ⇒ "CREATE_IN_PROGRESS", ...
388 |
# File 'sig/client.rbs', line 388
def cache_cluster_status: () -> ("CREATE_IN_PROGRESS" | "AVAILABLE" | "DELETE_IN_PROGRESS" | "NOT_AVAILABLE" | "FLUSH_IN_PROGRESS")
|
#canary_settings ⇒ Types::CanarySettings
393 |
# File 'sig/client.rbs', line 393
def canary_settings: () -> Types::CanarySettings
|
#client_certificate_id ⇒ ::String
383 |
# File 'sig/client.rbs', line 383
def client_certificate_id: () -> ::String
|
#created_date ⇒ ::Time
397 |
# File 'sig/client.rbs', line 397
def created_date: () -> ::Time
|
#deployment_id ⇒ ::String
382 |
# File 'sig/client.rbs', line 382
def deployment_id: () -> ::String
|
#description ⇒ ::String
385 |
# File 'sig/client.rbs', line 385
def description: () -> ::String
|
#documentation_version ⇒ ::String
391 |
# File 'sig/client.rbs', line 391
def documentation_version: () -> ::String
|
#last_updated_date ⇒ ::Time
398 |
# File 'sig/client.rbs', line 398
def last_updated_date: () -> ::Time
|
#method_settings ⇒ ::Hash[::String, Types::MethodSetting]
389 |
# File 'sig/client.rbs', line 389
def method_settings: () -> ::Hash[::String, Types::MethodSetting]
|
#stage_name ⇒ ::String
384 |
# File 'sig/client.rbs', line 384
def stage_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
396 |
# File 'sig/client.rbs', line 396
def tags: () -> ::Hash[::String, ::String]
|
#tracing_enabled ⇒ Boolean
394 |
# File 'sig/client.rbs', line 394
def tracing_enabled: () -> bool
|
#variables ⇒ ::Hash[::String, ::String]
390 |
# File 'sig/client.rbs', line 390
def variables: () -> ::Hash[::String, ::String]
|
#web_acl_arn ⇒ ::String
395 |
# File 'sig/client.rbs', line 395
def web_acl_arn: () -> ::String
|