Class: Aws::Types::CreateRouteInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateRouteInput
- 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.
595 596 597 |
# File 'sig/types.rbs', line 595 def api_key_required @api_key_required end |
#authorization_scopes ⇒ ::Array[::String]
Returns the value of attribute authorization_scopes.
596 597 598 |
# File 'sig/types.rbs', line 596 def @authorization_scopes end |
#authorization_type ⇒ "NONE", ...
Returns the value of attribute authorization_type.
597 598 599 |
# File 'sig/types.rbs', line 597 def @authorization_type end |
#authorizer_id ⇒ ::String
Returns the value of attribute authorizer_id.
598 599 600 |
# File 'sig/types.rbs', line 598 def @authorizer_id end |
#model_selection_expression ⇒ ::String
Returns the value of attribute model_selection_expression.
599 600 601 |
# File 'sig/types.rbs', line 599 def model_selection_expression @model_selection_expression end |
#operation_name ⇒ ::String
Returns the value of attribute operation_name.
600 601 602 |
# File 'sig/types.rbs', line 600 def operation_name @operation_name end |
#request_models ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_models.
601 602 603 |
# File 'sig/types.rbs', line 601 def request_models @request_models end |
#request_parameters ⇒ ::Hash[::String, Types::ParameterConstraints]
Returns the value of attribute request_parameters.
602 603 604 |
# File 'sig/types.rbs', line 602 def request_parameters @request_parameters end |
#route_key ⇒ ::String
Returns the value of attribute route_key.
603 604 605 |
# File 'sig/types.rbs', line 603 def route_key @route_key end |
#route_response_selection_expression ⇒ ::String
Returns the value of attribute route_response_selection_expression.
604 605 606 |
# File 'sig/types.rbs', line 604 def route_response_selection_expression @route_response_selection_expression end |
#target ⇒ ::String
Returns the value of attribute target.
605 606 607 |
# File 'sig/types.rbs', line 605 def target @target end |