Module: Aws::ApiGatewayV2::Client::_GetIntegrationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetIntegrationResult]
- 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
882 |
# File 'sig/client.rbs', line 882
def api_gateway_managed: () -> bool
|
#connection_id ⇒ ::String
883 |
# File 'sig/client.rbs', line 883
def connection_id: () -> ::String
|
#connection_type ⇒ "INTERNET", "VPC_LINK"
884 |
# File 'sig/client.rbs', line 884
def connection_type: () -> ("INTERNET" | "VPC_LINK")
|
#content_handling_strategy ⇒ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
885 |
# File 'sig/client.rbs', line 885
def content_handling_strategy: () -> ("CONVERT_TO_BINARY" | "CONVERT_TO_TEXT")
|
#credentials_arn ⇒ ::String
886 |
# File 'sig/client.rbs', line 886
def credentials_arn: () -> ::String
|
#description ⇒ ::String
887 |
# File 'sig/client.rbs', line 887
def description: () -> ::String
|
#integration_id ⇒ ::String
888 |
# File 'sig/client.rbs', line 888
def integration_id: () -> ::String
|
#integration_method ⇒ ::String
889 |
# File 'sig/client.rbs', line 889
def integration_method: () -> ::String
|
#integration_response_selection_expression ⇒ ::String
890 |
# File 'sig/client.rbs', line 890
def integration_response_selection_expression: () -> ::String
|
#integration_subtype ⇒ ::String
891 |
# File 'sig/client.rbs', line 891
def integration_subtype: () -> ::String
|
#integration_type ⇒ "AWS", ...
892 |
# File 'sig/client.rbs', line 892
def integration_type: () -> ("AWS" | "HTTP" | "MOCK" | "HTTP_PROXY" | "AWS_PROXY")
|
#integration_uri ⇒ ::String
893 |
# File 'sig/client.rbs', line 893
def integration_uri: () -> ::String
|
#passthrough_behavior ⇒ "WHEN_NO_MATCH", ...
894 |
# File 'sig/client.rbs', line 894
def passthrough_behavior: () -> ("WHEN_NO_MATCH" | "NEVER" | "WHEN_NO_TEMPLATES")
|
#payload_format_version ⇒ ::String
895 |
# File 'sig/client.rbs', line 895
def payload_format_version: () -> ::String
|
#request_parameters ⇒ ::Hash[::String, ::String]
896 |
# File 'sig/client.rbs', line 896
def request_parameters: () -> ::Hash[::String, ::String]
|
#request_templates ⇒ ::Hash[::String, ::String]
898 |
# File 'sig/client.rbs', line 898
def request_templates: () -> ::Hash[::String, ::String]
|
#response_parameters ⇒ ::Hash[::String, ::Hash[::String, ::String]]
897 |
# File 'sig/client.rbs', line 897
def response_parameters: () -> ::Hash[::String, ::Hash[::String, ::String]]
|
#template_selection_expression ⇒ ::String
899 |
# File 'sig/client.rbs', line 899
def template_selection_expression: () -> ::String
|
#timeout_in_millis ⇒ ::Integer
900 |
# File 'sig/client.rbs', line 900
def timeout_in_millis: () -> ::Integer
|
#tls_config ⇒ Types::TlsConfig
901 |
# File 'sig/client.rbs', line 901
def tls_config: () -> Types::TlsConfig
|