Class: Aws::Types::UpdateIntegrationResponseResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIntegrationResponseResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_handling_strategy ⇒ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
Returns the value of attribute content_handling_strategy.
-
#integration_response_id ⇒ ::String
Returns the value of attribute integration_response_id.
-
#integration_response_key ⇒ ::String
Returns the value of attribute integration_response_key.
-
#response_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_parameters.
-
#response_templates ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_templates.
-
#template_selection_expression ⇒ ::String
Returns the value of attribute template_selection_expression.
Instance Attribute Details
#content_handling_strategy ⇒ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
Returns the value of attribute content_handling_strategy.
2446 2447 2448 |
# File 'sig/types.rbs', line 2446 def content_handling_strategy @content_handling_strategy end |
#integration_response_id ⇒ ::String
Returns the value of attribute integration_response_id.
2447 2448 2449 |
# File 'sig/types.rbs', line 2447 def integration_response_id @integration_response_id end |
#integration_response_key ⇒ ::String
Returns the value of attribute integration_response_key.
2448 2449 2450 |
# File 'sig/types.rbs', line 2448 def integration_response_key @integration_response_key end |
#response_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_parameters.
2449 2450 2451 |
# File 'sig/types.rbs', line 2449 def response_parameters @response_parameters end |
#response_templates ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_templates.
2450 2451 2452 |
# File 'sig/types.rbs', line 2450 def response_templates @response_templates end |
#template_selection_expression ⇒ ::String
Returns the value of attribute template_selection_expression.
2451 2452 2453 |
# File 'sig/types.rbs', line 2451 def template_selection_expression @template_selection_expression end |