Module: Aws::ApiGatewayV2::Client::_GetApiResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetApiResponse]
- 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
726 |
# File 'sig/client.rbs', line 726
def api_endpoint: () -> ::String
|
#api_gateway_managed ⇒ Boolean
727 |
# File 'sig/client.rbs', line 727
def api_gateway_managed: () -> bool
|
#api_id ⇒ ::String
728 |
# File 'sig/client.rbs', line 728
def api_id: () -> ::String
|
#api_key_selection_expression ⇒ ::String
729 |
# File 'sig/client.rbs', line 729
def api_key_selection_expression: () -> ::String
|
#cors_configuration ⇒ Types::Cors
730 |
# File 'sig/client.rbs', line 730
def cors_configuration: () -> Types::Cors
|
#created_date ⇒ ::Time
731 |
# File 'sig/client.rbs', line 731
def created_date: () -> ::Time
|
#description ⇒ ::String
732 |
# File 'sig/client.rbs', line 732
def description: () -> ::String
|
#disable_execute_api_endpoint ⇒ Boolean
734 |
# File 'sig/client.rbs', line 734
def disable_execute_api_endpoint: () -> bool
|
#disable_schema_validation ⇒ Boolean
733 |
# File 'sig/client.rbs', line 733
def disable_schema_validation: () -> bool
|
#import_info ⇒ ::Array[::String]
735 |
# File 'sig/client.rbs', line 735
def import_info: () -> ::Array[::String]
|
#ip_address_type ⇒ "ipv4", "dualstack"
736 |
# File 'sig/client.rbs', line 736
def ip_address_type: () -> ("ipv4" | "dualstack")
|
#name ⇒ ::String
737 |
# File 'sig/client.rbs', line 737
def name: () -> ::String
|
#protocol_type ⇒ "WEBSOCKET", "HTTP"
738 |
# File 'sig/client.rbs', line 738
def protocol_type: () -> ("WEBSOCKET" | "HTTP")
|
#route_selection_expression ⇒ ::String
739 |
# File 'sig/client.rbs', line 739
def route_selection_expression: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
740 |
# File 'sig/client.rbs', line 740
def tags: () -> ::Hash[::String, ::String]
|
#version ⇒ ::String
741 |
# File 'sig/client.rbs', line 741
def version: () -> ::String
|
#warnings ⇒ ::Array[::String]
742 |
# File 'sig/client.rbs', line 742
def warnings: () -> ::Array[::String]
|