Module: Aws::ApiGatewayV2::Client::_CreateApiResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateApiResponse]
- 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
83 |
# File 'sig/client.rbs', line 83 def api_endpoint: () -> ::String |
#api_gateway_managed ⇒ Boolean
84 |
# File 'sig/client.rbs', line 84 def api_gateway_managed: () -> bool |
#api_id ⇒ ::String
85 |
# File 'sig/client.rbs', line 85 def api_id: () -> ::String |
#api_key_selection_expression ⇒ ::String
86 |
# File 'sig/client.rbs', line 86 def api_key_selection_expression: () -> ::String |
#cors_configuration ⇒ Types::Cors
87 |
# File 'sig/client.rbs', line 87 def cors_configuration: () -> Types::Cors |
#created_date ⇒ ::Time
88 |
# File 'sig/client.rbs', line 88 def created_date: () -> ::Time |
#description ⇒ ::String
89 |
# File 'sig/client.rbs', line 89 def description: () -> ::String |
#disable_execute_api_endpoint ⇒ Boolean
91 |
# File 'sig/client.rbs', line 91 def disable_execute_api_endpoint: () -> bool |
#disable_schema_validation ⇒ Boolean
90 |
# File 'sig/client.rbs', line 90 def disable_schema_validation: () -> bool |
#import_info ⇒ ::Array[::String]
92 |
# File 'sig/client.rbs', line 92 def import_info: () -> ::Array[::String] |
#ip_address_type ⇒ "ipv4", "dualstack"
93 |
# File 'sig/client.rbs', line 93 def ip_address_type: () -> ("ipv4" | "dualstack") |
#name ⇒ ::String
94 |
# File 'sig/client.rbs', line 94 def name: () -> ::String |
#protocol_type ⇒ "WEBSOCKET", "HTTP"
95 |
# File 'sig/client.rbs', line 95 def protocol_type: () -> ("WEBSOCKET" | "HTTP") |
#route_selection_expression ⇒ ::String
96 |
# File 'sig/client.rbs', line 96 def route_selection_expression: () -> ::String |
#tags ⇒ ::Hash[::String, ::String]
97 |
# File 'sig/client.rbs', line 97 def tags: () -> ::Hash[::String, ::String] |
#version ⇒ ::String
98 |
# File 'sig/client.rbs', line 98 def version: () -> ::String |
#warnings ⇒ ::Array[::String]
99 |
# File 'sig/client.rbs', line 99 def warnings: () -> ::Array[::String] |