Module: Aws::ApiGatewayV2::Client::_CreateIntegrationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateIntegrationResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #api_gateway_managed ⇒ Boolean
- #connection_id ⇒ ::String
- #connection_type ⇒ "INTERNET", "VPC_LINK"
- #content_handling_strategy ⇒ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
- #credentials_arn ⇒ ::String
- #description ⇒ ::String
- #integration_id ⇒ ::String
- #integration_method ⇒ ::String
- #integration_response_selection_expression ⇒ ::String
- #integration_subtype ⇒ ::String
- #integration_type ⇒ "AWS", ...
- #integration_uri ⇒ ::String
- #passthrough_behavior ⇒ "WHEN_NO_MATCH", ...
- #payload_format_version ⇒ ::String
- #request_parameters ⇒ ::Hash[::String, ::String]
- #request_templates ⇒ ::Hash[::String, ::String]
- #response_parameters ⇒ ::Hash[::String, ::Hash[::String, ::String]]
- #template_selection_expression ⇒ ::String
- #timeout_in_millis ⇒ ::Integer
- #tls_config ⇒ Types::TlsConfig
Instance Method Details
#api_gateway_managed ⇒ Boolean
213 |
# File 'sig/client.rbs', line 213
def api_gateway_managed: () -> bool
|
#connection_id ⇒ ::String
214 |
# File 'sig/client.rbs', line 214
def connection_id: () -> ::String
|
#connection_type ⇒ "INTERNET", "VPC_LINK"
215 |
# File 'sig/client.rbs', line 215
def connection_type: () -> ("INTERNET" | "VPC_LINK")
|
#content_handling_strategy ⇒ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
216 |
# File 'sig/client.rbs', line 216
def content_handling_strategy: () -> ("CONVERT_TO_BINARY" | "CONVERT_TO_TEXT")
|
#credentials_arn ⇒ ::String
217 |
# File 'sig/client.rbs', line 217
def credentials_arn: () -> ::String
|
#description ⇒ ::String
218 |
# File 'sig/client.rbs', line 218
def description: () -> ::String
|
#integration_id ⇒ ::String
219 |
# File 'sig/client.rbs', line 219
def integration_id: () -> ::String
|
#integration_method ⇒ ::String
220 |
# File 'sig/client.rbs', line 220
def integration_method: () -> ::String
|
#integration_response_selection_expression ⇒ ::String
221 |
# File 'sig/client.rbs', line 221
def integration_response_selection_expression: () -> ::String
|
#integration_subtype ⇒ ::String
222 |
# File 'sig/client.rbs', line 222
def integration_subtype: () -> ::String
|
#integration_type ⇒ "AWS", ...
223 |
# File 'sig/client.rbs', line 223
def integration_type: () -> ("AWS" | "HTTP" | "MOCK" | "HTTP_PROXY" | "AWS_PROXY")
|
#integration_uri ⇒ ::String
224 |
# File 'sig/client.rbs', line 224
def integration_uri: () -> ::String
|
#passthrough_behavior ⇒ "WHEN_NO_MATCH", ...
225 |
# File 'sig/client.rbs', line 225
def passthrough_behavior: () -> ("WHEN_NO_MATCH" | "NEVER" | "WHEN_NO_TEMPLATES")
|
#payload_format_version ⇒ ::String
226 |
# File 'sig/client.rbs', line 226
def payload_format_version: () -> ::String
|
#request_parameters ⇒ ::Hash[::String, ::String]
227 |
# File 'sig/client.rbs', line 227
def request_parameters: () -> ::Hash[::String, ::String]
|
#request_templates ⇒ ::Hash[::String, ::String]
229 |
# File 'sig/client.rbs', line 229
def request_templates: () -> ::Hash[::String, ::String]
|
#response_parameters ⇒ ::Hash[::String, ::Hash[::String, ::String]]
228 |
# File 'sig/client.rbs', line 228
def response_parameters: () -> ::Hash[::String, ::Hash[::String, ::String]]
|
#template_selection_expression ⇒ ::String
230 |
# File 'sig/client.rbs', line 230
def template_selection_expression: () -> ::String
|
#timeout_in_millis ⇒ ::Integer
231 |
# File 'sig/client.rbs', line 231
def timeout_in_millis: () -> ::Integer
|
#tls_config ⇒ Types::TlsConfig
232 |
# File 'sig/client.rbs', line 232
def tls_config: () -> Types::TlsConfig
|