Module: Aws::ApiGatewayV2::Client::_ImportApiResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ImportApiResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #api_endpoint ⇒ ::String
- #api_gateway_managed ⇒ Boolean
- #api_id ⇒ ::String
- #api_key_selection_expression ⇒ ::String
- #cors_configuration ⇒ Types::Cors
- #created_date ⇒ ::Time
- #description ⇒ ::String
- #disable_execute_api_endpoint ⇒ Boolean
- #disable_schema_validation ⇒ Boolean
- #import_info ⇒ ::Array[::String]
- #ip_address_type ⇒ "ipv4", "dualstack"
- #name ⇒ ::String
- #protocol_type ⇒ "WEBSOCKET", "HTTP"
- #route_selection_expression ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #version ⇒ ::String
- #warnings ⇒ ::Array[::String]
Instance Method Details
#api_endpoint ⇒ ::String
1241 |
# File 'sig/client.rbs', line 1241
def api_endpoint: () -> ::String
|
#api_gateway_managed ⇒ Boolean
1242 |
# File 'sig/client.rbs', line 1242
def api_gateway_managed: () -> bool
|
#api_id ⇒ ::String
1243 |
# File 'sig/client.rbs', line 1243
def api_id: () -> ::String
|
#api_key_selection_expression ⇒ ::String
1244 |
# File 'sig/client.rbs', line 1244
def api_key_selection_expression: () -> ::String
|
#cors_configuration ⇒ Types::Cors
1245 |
# File 'sig/client.rbs', line 1245
def cors_configuration: () -> Types::Cors
|
#created_date ⇒ ::Time
1246 |
# File 'sig/client.rbs', line 1246
def created_date: () -> ::Time
|
#description ⇒ ::String
1247 |
# File 'sig/client.rbs', line 1247
def description: () -> ::String
|
#disable_execute_api_endpoint ⇒ Boolean
1249 |
# File 'sig/client.rbs', line 1249
def disable_execute_api_endpoint: () -> bool
|
#disable_schema_validation ⇒ Boolean
1248 |
# File 'sig/client.rbs', line 1248
def disable_schema_validation: () -> bool
|
#import_info ⇒ ::Array[::String]
1250 |
# File 'sig/client.rbs', line 1250
def import_info: () -> ::Array[::String]
|
#ip_address_type ⇒ "ipv4", "dualstack"
1251 |
# File 'sig/client.rbs', line 1251
def ip_address_type: () -> ("ipv4" | "dualstack")
|
#name ⇒ ::String
1252 |
# File 'sig/client.rbs', line 1252
def name: () -> ::String
|
#protocol_type ⇒ "WEBSOCKET", "HTTP"
1253 |
# File 'sig/client.rbs', line 1253
def protocol_type: () -> ("WEBSOCKET" | "HTTP")
|
#route_selection_expression ⇒ ::String
1254 |
# File 'sig/client.rbs', line 1254
def route_selection_expression: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1255 |
# File 'sig/client.rbs', line 1255
def tags: () -> ::Hash[::String, ::String]
|
#version ⇒ ::String
1256 |
# File 'sig/client.rbs', line 1256
def version: () -> ::String
|
#warnings ⇒ ::Array[::String]
1257 |
# File 'sig/client.rbs', line 1257
def warnings: () -> ::Array[::String]
|