Module: Aws::APIGateway::Client::_PutIntegrationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::Integration]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cache_key_parameters ⇒ ::Array[::String]
- #cache_namespace ⇒ ::String
- #connection_id ⇒ ::String
- #connection_type ⇒ "INTERNET", "VPC_LINK"
- #content_handling ⇒ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
- #credentials ⇒ ::String
- #http_method ⇒ ::String
- #integration_responses ⇒ ::Hash[::String, Types::IntegrationResponse]
- #integration_target ⇒ ::String
- #passthrough_behavior ⇒ ::String
- #request_parameters ⇒ ::Hash[::String, ::String]
- #request_templates ⇒ ::Hash[::String, ::String]
- #response_transfer_mode ⇒ "BUFFERED", "STREAM"
- #timeout_in_millis ⇒ ::Integer
- #tls_config ⇒ Types::TlsConfig
- #type ⇒ "HTTP", ...
- #uri ⇒ ::String
Instance Method Details
#cache_key_parameters ⇒ ::Array[::String]
1502 |
# File 'sig/client.rbs', line 1502
def cache_key_parameters: () -> ::Array[::String]
|
#cache_namespace ⇒ ::String
1501 |
# File 'sig/client.rbs', line 1501
def cache_namespace: () -> ::String
|
#connection_id ⇒ ::String
1494 |
# File 'sig/client.rbs', line 1494
def connection_id: () -> ::String
|
#connection_type ⇒ "INTERNET", "VPC_LINK"
1493 |
# File 'sig/client.rbs', line 1493
def connection_type: () -> ("INTERNET" | "VPC_LINK")
|
#content_handling ⇒ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
1499 |
# File 'sig/client.rbs', line 1499
def content_handling: () -> ("CONVERT_TO_BINARY" | "CONVERT_TO_TEXT")
|
#credentials ⇒ ::String
1495 |
# File 'sig/client.rbs', line 1495
def credentials: () -> ::String
|
#http_method ⇒ ::String
1491 |
# File 'sig/client.rbs', line 1491
def http_method: () -> ::String
|
#integration_responses ⇒ ::Hash[::String, Types::IntegrationResponse]
1503 |
# File 'sig/client.rbs', line 1503
def integration_responses: () -> ::Hash[::String, Types::IntegrationResponse]
|
#integration_target ⇒ ::String
1506 |
# File 'sig/client.rbs', line 1506
def integration_target: () -> ::String
|
#passthrough_behavior ⇒ ::String
1498 |
# File 'sig/client.rbs', line 1498
def passthrough_behavior: () -> ::String
|
#request_parameters ⇒ ::Hash[::String, ::String]
1496 |
# File 'sig/client.rbs', line 1496
def request_parameters: () -> ::Hash[::String, ::String]
|
#request_templates ⇒ ::Hash[::String, ::String]
1497 |
# File 'sig/client.rbs', line 1497
def request_templates: () -> ::Hash[::String, ::String]
|
#response_transfer_mode ⇒ "BUFFERED", "STREAM"
1505 |
# File 'sig/client.rbs', line 1505
def response_transfer_mode: () -> ("BUFFERED" | "STREAM")
|
#timeout_in_millis ⇒ ::Integer
1500 |
# File 'sig/client.rbs', line 1500
def timeout_in_millis: () -> ::Integer
|
#tls_config ⇒ Types::TlsConfig
1504 |
# File 'sig/client.rbs', line 1504
def tls_config: () -> Types::TlsConfig
|
#type ⇒ "HTTP", ...
1490 |
# File 'sig/client.rbs', line 1490
def type: () -> ("HTTP" | "AWS" | "MOCK" | "HTTP_PROXY" | "AWS_PROXY")
|
#uri ⇒ ::String
1492 |
# File 'sig/client.rbs', line 1492
def uri: () -> ::String
|