Class: Aws::Types::GetRouteResponseResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRouteResponseResponse
- 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.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def model_selection_expression @model_selection_expression end |
#response_models ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_models.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def response_models @response_models end |
#response_parameters ⇒ ::Hash[::String, Types::ParameterConstraints]
Returns the value of attribute response_parameters.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def response_parameters @response_parameters end |
#route_response_id ⇒ ::String
Returns the value of attribute route_response_id.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def route_response_id @route_response_id end |
#route_response_key ⇒ ::String
Returns the value of attribute route_response_key.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def route_response_key @route_response_key end |