Class: Aws::Types::UpdateIntegrationResponseRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIntegrationResponseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#content_handling_strategy ⇒ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
Returns the value of attribute content_handling_strategy.
-
#integration_id ⇒ ::String
Returns the value of attribute integration_id.
-
#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
#api_id ⇒ ::String
Returns the value of attribute api_id.
2434 2435 2436 |
# File 'sig/types.rbs', line 2434 def api_id @api_id end |
#content_handling_strategy ⇒ "CONVERT_TO_BINARY", "CONVERT_TO_TEXT"
Returns the value of attribute content_handling_strategy.
2435 2436 2437 |
# File 'sig/types.rbs', line 2435 def content_handling_strategy @content_handling_strategy end |
#integration_id ⇒ ::String
Returns the value of attribute integration_id.
2436 2437 2438 |
# File 'sig/types.rbs', line 2436 def integration_id @integration_id end |
#integration_response_id ⇒ ::String
Returns the value of attribute integration_response_id.
2437 2438 2439 |
# File 'sig/types.rbs', line 2437 def integration_response_id @integration_response_id end |
#integration_response_key ⇒ ::String
Returns the value of attribute integration_response_key.
2438 2439 2440 |
# File 'sig/types.rbs', line 2438 def integration_response_key @integration_response_key end |
#response_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_parameters.
2439 2440 2441 |
# File 'sig/types.rbs', line 2439 def response_parameters @response_parameters end |
#response_templates ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_templates.
2440 2441 2442 |
# File 'sig/types.rbs', line 2440 def response_templates @response_templates end |
#template_selection_expression ⇒ ::String
Returns the value of attribute template_selection_expression.
2441 2442 2443 |
# File 'sig/types.rbs', line 2441 def template_selection_expression @template_selection_expression end |