Module: Aws::APIGateway::Client::_ImportRestApiResponseSuccess
- 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"
1451 |
# File 'sig/client.rbs', line 1451 def api_key_source: () -> ("HEADER" | "AUTHORIZER") |
#api_status ⇒ "UPDATING", ...
1459 |
# File 'sig/client.rbs', line 1459 def api_status: () -> ("UPDATING" | "AVAILABLE" | "PENDING" | "FAILED") |
#api_status_message ⇒ ::String
1460 |
# File 'sig/client.rbs', line 1460 def api_status_message: () -> ::String |
#binary_media_types ⇒ ::Array[::String]
1449 |
# File 'sig/client.rbs', line 1449 def binary_media_types: () -> ::Array[::String] |
#created_date ⇒ ::Time
1446 |
# File 'sig/client.rbs', line 1446 def created_date: () -> ::Time |
#description ⇒ ::String
1445 |
# File 'sig/client.rbs', line 1445 def description: () -> ::String |
#disable_execute_api_endpoint ⇒ Boolean
1455 |
# File 'sig/client.rbs', line 1455 def disable_execute_api_endpoint: () -> bool |
#endpoint_access_mode ⇒ "BASIC", "STRICT"
1458 |
# File 'sig/client.rbs', line 1458 def endpoint_access_mode: () -> ("BASIC" | "STRICT") |
#endpoint_configuration ⇒ Types::EndpointConfiguration
1452 |
# File 'sig/client.rbs', line 1452 def endpoint_configuration: () -> Types::EndpointConfiguration |
#id ⇒ ::String
1443 |
# File 'sig/client.rbs', line 1443 def id: () -> ::String |
#minimum_compression_size ⇒ ::Integer
1450 |
# File 'sig/client.rbs', line 1450 def minimum_compression_size: () -> ::Integer |
#name ⇒ ::String
1444 |
# File 'sig/client.rbs', line 1444 def name: () -> ::String |
#policy ⇒ ::String
1453 |
# File 'sig/client.rbs', line 1453 def policy: () -> ::String |
#root_resource_id ⇒ ::String
1456 |
# File 'sig/client.rbs', line 1456 def root_resource_id: () -> ::String |
#security_policy ⇒ "TLS_1_0", ...
1457 |
# File 'sig/client.rbs', line 1457 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]
1454 |
# File 'sig/client.rbs', line 1454 def tags: () -> ::Hash[::String, ::String] |
#version ⇒ ::String
1447 |
# File 'sig/client.rbs', line 1447 def version: () -> ::String |
#warnings ⇒ ::Array[::String]
1448 |
# File 'sig/client.rbs', line 1448 def warnings: () -> ::Array[::String] |