Class: Aws::Types::UpdateRouteRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRouteRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#api_key_required ⇒ Boolean
Returns the value of attribute api_key_required.
-
#authorization_scopes ⇒ ::Array[::String]
Returns the value of attribute authorization_scopes.
-
#authorization_type ⇒ "NONE", ...
Returns the value of attribute authorization_type.
-
#authorizer_id ⇒ ::String
Returns the value of attribute authorizer_id.
-
#model_selection_expression ⇒ ::String
Returns the value of attribute model_selection_expression.
-
#operation_name ⇒ ::String
Returns the value of attribute operation_name.
-
#request_models ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_models.
-
#request_parameters ⇒ ::Hash[::String, Types::ParameterConstraints]
Returns the value of attribute request_parameters.
-
#route_id ⇒ ::String
Returns the value of attribute route_id.
-
#route_key ⇒ ::String
Returns the value of attribute route_key.
-
#route_response_selection_expression ⇒ ::String
Returns the value of attribute route_response_selection_expression.
-
#target ⇒ ::String
Returns the value of attribute target.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
2658 2659 2660 |
# File 'sig/types.rbs', line 2658 def api_id @api_id end |
#api_key_required ⇒ Boolean
Returns the value of attribute api_key_required.
2659 2660 2661 |
# File 'sig/types.rbs', line 2659 def api_key_required @api_key_required end |
#authorization_scopes ⇒ ::Array[::String]
Returns the value of attribute authorization_scopes.
2660 2661 2662 |
# File 'sig/types.rbs', line 2660 def @authorization_scopes end |
#authorization_type ⇒ "NONE", ...
Returns the value of attribute authorization_type.
2661 2662 2663 |
# File 'sig/types.rbs', line 2661 def @authorization_type end |
#authorizer_id ⇒ ::String
Returns the value of attribute authorizer_id.
2662 2663 2664 |
# File 'sig/types.rbs', line 2662 def @authorizer_id end |
#model_selection_expression ⇒ ::String
Returns the value of attribute model_selection_expression.
2663 2664 2665 |
# File 'sig/types.rbs', line 2663 def model_selection_expression @model_selection_expression end |
#operation_name ⇒ ::String
Returns the value of attribute operation_name.
2664 2665 2666 |
# File 'sig/types.rbs', line 2664 def operation_name @operation_name end |
#request_models ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_models.
2665 2666 2667 |
# File 'sig/types.rbs', line 2665 def request_models @request_models end |
#request_parameters ⇒ ::Hash[::String, Types::ParameterConstraints]
Returns the value of attribute request_parameters.
2666 2667 2668 |
# File 'sig/types.rbs', line 2666 def request_parameters @request_parameters end |
#route_id ⇒ ::String
Returns the value of attribute route_id.
2667 2668 2669 |
# File 'sig/types.rbs', line 2667 def route_id @route_id end |
#route_key ⇒ ::String
Returns the value of attribute route_key.
2668 2669 2670 |
# File 'sig/types.rbs', line 2668 def route_key @route_key end |
#route_response_selection_expression ⇒ ::String
Returns the value of attribute route_response_selection_expression.
2669 2670 2671 |
# File 'sig/types.rbs', line 2669 def route_response_selection_expression @route_response_selection_expression end |
#target ⇒ ::String
Returns the value of attribute target.
2670 2671 2672 |
# File 'sig/types.rbs', line 2670 def target @target end |