Module: Aws::ApiGatewayV2::Client::_UpdateApiResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateApiResponse]
- 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
1440 |
# File 'sig/client.rbs', line 1440
def api_endpoint: () -> ::String
|
#api_gateway_managed ⇒ Boolean
1441 |
# File 'sig/client.rbs', line 1441
def api_gateway_managed: () -> bool
|
#api_id ⇒ ::String
1442 |
# File 'sig/client.rbs', line 1442
def api_id: () -> ::String
|
#api_key_selection_expression ⇒ ::String
1443 |
# File 'sig/client.rbs', line 1443
def api_key_selection_expression: () -> ::String
|
#cors_configuration ⇒ Types::Cors
1444 |
# File 'sig/client.rbs', line 1444
def cors_configuration: () -> Types::Cors
|
#created_date ⇒ ::Time
1445 |
# File 'sig/client.rbs', line 1445
def created_date: () -> ::Time
|
#description ⇒ ::String
1446 |
# File 'sig/client.rbs', line 1446
def description: () -> ::String
|
#disable_execute_api_endpoint ⇒ Boolean
1448 |
# File 'sig/client.rbs', line 1448
def disable_execute_api_endpoint: () -> bool
|
#disable_schema_validation ⇒ Boolean
1447 |
# File 'sig/client.rbs', line 1447
def disable_schema_validation: () -> bool
|
#import_info ⇒ ::Array[::String]
1449 |
# File 'sig/client.rbs', line 1449
def import_info: () -> ::Array[::String]
|
#ip_address_type ⇒ "ipv4", "dualstack"
1450 |
# File 'sig/client.rbs', line 1450
def ip_address_type: () -> ("ipv4" | "dualstack")
|
#name ⇒ ::String
1451 |
# File 'sig/client.rbs', line 1451
def name: () -> ::String
|
#protocol_type ⇒ "WEBSOCKET", "HTTP"
1452 |
# File 'sig/client.rbs', line 1452
def protocol_type: () -> ("WEBSOCKET" | "HTTP")
|
#route_selection_expression ⇒ ::String
1453 |
# File 'sig/client.rbs', line 1453
def route_selection_expression: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1454 |
# File 'sig/client.rbs', line 1454
def tags: () -> ::Hash[::String, ::String]
|
#version ⇒ ::String
1455 |
# File 'sig/client.rbs', line 1455
def version: () -> ::String
|
#warnings ⇒ ::Array[::String]
1456 |
# File 'sig/client.rbs', line 1456
def warnings: () -> ::Array[::String]
|