Module: Aws::ApiGatewayV2::Client::_UpdateIntegrationResponseResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateIntegrationResponseResponse]
- 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"
1619 |
# File 'sig/client.rbs', line 1619
def content_handling_strategy: () -> ("CONVERT_TO_BINARY" | "CONVERT_TO_TEXT")
|
#integration_response_id ⇒ ::String
1620 |
# File 'sig/client.rbs', line 1620
def integration_response_id: () -> ::String
|
#integration_response_key ⇒ ::String
1621 |
# File 'sig/client.rbs', line 1621
def integration_response_key: () -> ::String
|
#response_parameters ⇒ ::Hash[::String, ::String]
1622 |
# File 'sig/client.rbs', line 1622
def response_parameters: () -> ::Hash[::String, ::String]
|
#response_templates ⇒ ::Hash[::String, ::String]
1623 |
# File 'sig/client.rbs', line 1623
def response_templates: () -> ::Hash[::String, ::String]
|
#template_selection_expression ⇒ ::String
1624 |
# File 'sig/client.rbs', line 1624
def template_selection_expression: () -> ::String
|