Module: Aws::ApiGatewayV2::Client::_CreateIntegrationResponseResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateIntegrationResponseResponse]
- 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"
261 |
# File 'sig/client.rbs', line 261
def content_handling_strategy: () -> ("CONVERT_TO_BINARY" | "CONVERT_TO_TEXT")
|
#integration_response_id ⇒ ::String
262 |
# File 'sig/client.rbs', line 262
def integration_response_id: () -> ::String
|
#integration_response_key ⇒ ::String
263 |
# File 'sig/client.rbs', line 263
def integration_response_key: () -> ::String
|
#response_parameters ⇒ ::Hash[::String, ::String]
264 |
# File 'sig/client.rbs', line 264
def response_parameters: () -> ::Hash[::String, ::String]
|
#response_templates ⇒ ::Hash[::String, ::String]
265 |
# File 'sig/client.rbs', line 265
def response_templates: () -> ::Hash[::String, ::String]
|
#template_selection_expression ⇒ ::String
266 |
# File 'sig/client.rbs', line 266
def template_selection_expression: () -> ::String
|