Class: Aws::Types::UpdateRouteResponseRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRouteResponseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#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_id ⇒ ::String
Returns the value of attribute route_id.
-
#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
#api_id ⇒ ::String
Returns the value of attribute api_id.
2700 2701 2702 |
# File 'sig/types.rbs', line 2700 def api_id @api_id end |
#model_selection_expression ⇒ ::String
Returns the value of attribute model_selection_expression.
2701 2702 2703 |
# File 'sig/types.rbs', line 2701 def model_selection_expression @model_selection_expression end |
#response_models ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_models.
2702 2703 2704 |
# File 'sig/types.rbs', line 2702 def response_models @response_models end |
#response_parameters ⇒ ::Hash[::String, Types::ParameterConstraints]
Returns the value of attribute response_parameters.
2703 2704 2705 |
# File 'sig/types.rbs', line 2703 def response_parameters @response_parameters end |
#route_id ⇒ ::String
Returns the value of attribute route_id.
2704 2705 2706 |
# File 'sig/types.rbs', line 2704 def route_id @route_id end |
#route_response_id ⇒ ::String
Returns the value of attribute route_response_id.
2705 2706 2707 |
# File 'sig/types.rbs', line 2705 def route_response_id @route_response_id end |
#route_response_key ⇒ ::String
Returns the value of attribute route_response_key.
2706 2707 2708 |
# File 'sig/types.rbs', line 2706 def route_response_key @route_response_key end |