Module: Aws::ApiGatewayV2::Client::_GetIntegrationResponseResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetIntegrationResponseResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #content_handling_strategy ⇒ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
- #integration_response_id ⇒ ::String
- #integration_response_key ⇒ ::String
- #response_parameters ⇒ ::Hash[::String, ::String]
- #response_templates ⇒ ::Hash[::String, ::String]
- #template_selection_expression ⇒ ::String
Instance Method Details
#content_handling_strategy ⇒ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
912 |
# File 'sig/client.rbs', line 912
def content_handling_strategy: () -> ("CONVERT_TO_BINARY" | "CONVERT_TO_TEXT")
|
#integration_response_id ⇒ ::String
913 |
# File 'sig/client.rbs', line 913
def integration_response_id: () -> ::String
|
#integration_response_key ⇒ ::String
914 |
# File 'sig/client.rbs', line 914
def integration_response_key: () -> ::String
|
#response_parameters ⇒ ::Hash[::String, ::String]
915 |
# File 'sig/client.rbs', line 915
def response_parameters: () -> ::Hash[::String, ::String]
|
#response_templates ⇒ ::Hash[::String, ::String]
916 |
# File 'sig/client.rbs', line 916
def response_templates: () -> ::Hash[::String, ::String]
|
#template_selection_expression ⇒ ::String
917 |
# File 'sig/client.rbs', line 917
def template_selection_expression: () -> ::String
|