Class: Aws::Types::UpdateRouteInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRouteInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_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_key_required ⇒ Boolean
Returns the value of attribute api_key_required.
2643 2644 2645 |
# File 'sig/types.rbs', line 2643 def api_key_required @api_key_required end |
#authorization_scopes ⇒ ::Array[::String]
Returns the value of attribute authorization_scopes.
2644 2645 2646 |
# File 'sig/types.rbs', line 2644 def @authorization_scopes end |
#authorization_type ⇒ "NONE", ...
Returns the value of attribute authorization_type.
2645 2646 2647 |
# File 'sig/types.rbs', line 2645 def @authorization_type end |
#authorizer_id ⇒ ::String
Returns the value of attribute authorizer_id.
2646 2647 2648 |
# File 'sig/types.rbs', line 2646 def @authorizer_id end |
#model_selection_expression ⇒ ::String
Returns the value of attribute model_selection_expression.
2647 2648 2649 |
# File 'sig/types.rbs', line 2647 def model_selection_expression @model_selection_expression end |
#operation_name ⇒ ::String
Returns the value of attribute operation_name.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def operation_name @operation_name end |
#request_models ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_models.
2649 2650 2651 |
# File 'sig/types.rbs', line 2649 def request_models @request_models end |
#request_parameters ⇒ ::Hash[::String, Types::ParameterConstraints]
Returns the value of attribute request_parameters.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def request_parameters @request_parameters end |
#route_key ⇒ ::String
Returns the value of attribute route_key.
2651 2652 2653 |
# File 'sig/types.rbs', line 2651 def route_key @route_key end |
#route_response_selection_expression ⇒ ::String
Returns the value of attribute route_response_selection_expression.
2652 2653 2654 |
# File 'sig/types.rbs', line 2652 def route_response_selection_expression @route_response_selection_expression end |
#target ⇒ ::String
Returns the value of attribute target.
2653 2654 2655 |
# File 'sig/types.rbs', line 2653 def target @target end |