Module: Aws::APIGateway::Client::_CreateRestApiResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RestApi]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #api_key_source ⇒ "HEADER", "AUTHORIZER"
- #api_status ⇒ "UPDATING", ...
- #api_status_message ⇒ ::String
- #binary_media_types ⇒ ::Array[::String]
- #created_date ⇒ ::Time
- #description ⇒ ::String
- #disable_execute_api_endpoint ⇒ Boolean
- #endpoint_access_mode ⇒ "BASIC", "STRICT"
- #endpoint_configuration ⇒ Types::EndpointConfiguration
- #id ⇒ ::String
- #minimum_compression_size ⇒ ::Integer
- #name ⇒ ::String
- #policy ⇒ ::String
- #root_resource_id ⇒ ::String
- #security_policy ⇒ "TLS_1_0", ...
- #tags ⇒ ::Hash[::String, ::String]
- #version ⇒ ::String
- #warnings ⇒ ::Array[::String]
Instance Method Details
#api_key_source ⇒ "HEADER", "AUTHORIZER"
347 |
# File 'sig/client.rbs', line 347
def api_key_source: () -> ("HEADER" | "AUTHORIZER")
|
#api_status ⇒ "UPDATING", ...
355 |
# File 'sig/client.rbs', line 355
def api_status: () -> ("UPDATING" | "AVAILABLE" | "PENDING" | "FAILED")
|
#api_status_message ⇒ ::String
356 |
# File 'sig/client.rbs', line 356
def api_status_message: () -> ::String
|
#binary_media_types ⇒ ::Array[::String]
345 |
# File 'sig/client.rbs', line 345
def binary_media_types: () -> ::Array[::String]
|
#created_date ⇒ ::Time
342 |
# File 'sig/client.rbs', line 342
def created_date: () -> ::Time
|
#description ⇒ ::String
341 |
# File 'sig/client.rbs', line 341
def description: () -> ::String
|
#disable_execute_api_endpoint ⇒ Boolean
351 |
# File 'sig/client.rbs', line 351
def disable_execute_api_endpoint: () -> bool
|
#endpoint_access_mode ⇒ "BASIC", "STRICT"
354 |
# File 'sig/client.rbs', line 354
def endpoint_access_mode: () -> ("BASIC" | "STRICT")
|
#endpoint_configuration ⇒ Types::EndpointConfiguration
348 |
# File 'sig/client.rbs', line 348
def endpoint_configuration: () -> Types::EndpointConfiguration
|
#id ⇒ ::String
339 |
# File 'sig/client.rbs', line 339
def id: () -> ::String
|
#minimum_compression_size ⇒ ::Integer
346 |
# File 'sig/client.rbs', line 346
def minimum_compression_size: () -> ::Integer
|
#name ⇒ ::String
340 |
# File 'sig/client.rbs', line 340
def name: () -> ::String
|
#policy ⇒ ::String
349 |
# File 'sig/client.rbs', line 349
def policy: () -> ::String
|
#root_resource_id ⇒ ::String
352 |
# File 'sig/client.rbs', line 352
def root_resource_id: () -> ::String
|
#security_policy ⇒ "TLS_1_0", ...
353 |
# File 'sig/client.rbs', line 353
def security_policy: () -> ("TLS_1_0" | "TLS_1_2" | "SecurityPolicy_TLS13_1_3_2025_09" | "SecurityPolicy_TLS13_1_3_FIPS_2025_09" | "SecurityPolicy_TLS13_1_2_PFS_PQ_2025_09" | "SecurityPolicy_TLS13_1_2_FIPS_PQ_2025_09" | "SecurityPolicy_TLS13_1_2_FIPS_PFS_PQ_2025_09" | "SecurityPolicy_TLS13_1_2_PQ_2025_09" | "SecurityPolicy_TLS13_1_2_2021_06" | "SecurityPolicy_TLS13_2025_EDGE" | "SecurityPolicy_TLS12_PFS_2025_EDGE" | "SecurityPolicy_TLS12_2018_EDGE")
|
#tags ⇒ ::Hash[::String, ::String]
350 |
# File 'sig/client.rbs', line 350
def tags: () -> ::Hash[::String, ::String]
|
#version ⇒ ::String
343 |
# File 'sig/client.rbs', line 343
def version: () -> ::String
|
#warnings ⇒ ::Array[::String]
344 |
# File 'sig/client.rbs', line 344
def warnings: () -> ::Array[::String]
|