Class: Aws::Types::UpdateRouteResponseResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRouteResponseResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_selection_expression ⇒ ::String
Returns the value of attribute model_selection_expression.
-
#response_models ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_models.
-
#response_parameters ⇒ ::Hash[::String, Types::ParameterConstraints]
Returns the value of attribute response_parameters.
-
#route_response_id ⇒ ::String
Returns the value of attribute route_response_id.
-
#route_response_key ⇒ ::String
Returns the value of attribute route_response_key.
Instance Attribute Details
#model_selection_expression ⇒ ::String
Returns the value of attribute model_selection_expression.
2711 2712 2713 |
# File 'sig/types.rbs', line 2711 def model_selection_expression @model_selection_expression end |
#response_models ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_models.
2712 2713 2714 |
# File 'sig/types.rbs', line 2712 def response_models @response_models end |
#response_parameters ⇒ ::Hash[::String, Types::ParameterConstraints]
Returns the value of attribute response_parameters.
2713 2714 2715 |
# File 'sig/types.rbs', line 2713 def response_parameters @response_parameters end |
#route_response_id ⇒ ::String
Returns the value of attribute route_response_id.
2714 2715 2716 |
# File 'sig/types.rbs', line 2714 def route_response_id @route_response_id end |
#route_response_key ⇒ ::String
Returns the value of attribute route_response_key.
2715 2716 2717 |
# File 'sig/types.rbs', line 2715 def route_response_key @route_response_key end |