Module: Aws::APIGateway::Client::_UpdateIntegrationResponseSuccess
- 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]
1962 |
# File 'sig/client.rbs', line 1962
def cache_key_parameters: () -> ::Array[::String]
|
#cache_namespace ⇒ ::String
1961 |
# File 'sig/client.rbs', line 1961
def cache_namespace: () -> ::String
|
#connection_id ⇒ ::String
1954 |
# File 'sig/client.rbs', line 1954
def connection_id: () -> ::String
|
#connection_type ⇒ "INTERNET", "VPC_LINK"
1953 |
# File 'sig/client.rbs', line 1953
def connection_type: () -> ("INTERNET" | "VPC_LINK")
|
#content_handling ⇒ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
1959 |
# File 'sig/client.rbs', line 1959
def content_handling: () -> ("CONVERT_TO_BINARY" | "CONVERT_TO_TEXT")
|
#credentials ⇒ ::String
1955 |
# File 'sig/client.rbs', line 1955
def credentials: () -> ::String
|
#http_method ⇒ ::String
1951 |
# File 'sig/client.rbs', line 1951
def http_method: () -> ::String
|
#integration_responses ⇒ ::Hash[::String, Types::IntegrationResponse]
1963 |
# File 'sig/client.rbs', line 1963
def integration_responses: () -> ::Hash[::String, Types::IntegrationResponse]
|
#integration_target ⇒ ::String
1966 |
# File 'sig/client.rbs', line 1966
def integration_target: () -> ::String
|
#passthrough_behavior ⇒ ::String
1958 |
# File 'sig/client.rbs', line 1958
def passthrough_behavior: () -> ::String
|
#request_parameters ⇒ ::Hash[::String, ::String]
1956 |
# File 'sig/client.rbs', line 1956
def request_parameters: () -> ::Hash[::String, ::String]
|
#request_templates ⇒ ::Hash[::String, ::String]
1957 |
# File 'sig/client.rbs', line 1957
def request_templates: () -> ::Hash[::String, ::String]
|
#response_transfer_mode ⇒ "BUFFERED", "STREAM"
1965 |
# File 'sig/client.rbs', line 1965
def response_transfer_mode: () -> ("BUFFERED" | "STREAM")
|
#timeout_in_millis ⇒ ::Integer
1960 |
# File 'sig/client.rbs', line 1960
def timeout_in_millis: () -> ::Integer
|
#tls_config ⇒ Types::TlsConfig
1964 |
# File 'sig/client.rbs', line 1964
def tls_config: () -> Types::TlsConfig
|
#type ⇒ "HTTP", ...
1950 |
# File 'sig/client.rbs', line 1950
def type: () -> ("HTTP" | "AWS" | "MOCK" | "HTTP_PROXY" | "AWS_PROXY")
|
#uri ⇒ ::String
1952 |
# File 'sig/client.rbs', line 1952
def uri: () -> ::String
|