Class: Aws::Types::CreateRouteRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRouteRequest
- 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_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.
610 611 612 |
# File 'sig/types.rbs', line 610 def api_id @api_id end |
#api_key_required ⇒ Boolean
Returns the value of attribute api_key_required.
611 612 613 |
# File 'sig/types.rbs', line 611 def api_key_required @api_key_required end |
#authorization_scopes ⇒ ::Array[::String]
Returns the value of attribute authorization_scopes.
612 613 614 |
# File 'sig/types.rbs', line 612 def @authorization_scopes end |
#authorization_type ⇒ "NONE", ...
Returns the value of attribute authorization_type.
613 614 615 |
# File 'sig/types.rbs', line 613 def @authorization_type end |
#authorizer_id ⇒ ::String
Returns the value of attribute authorizer_id.
614 615 616 |
# File 'sig/types.rbs', line 614 def @authorizer_id end |
#model_selection_expression ⇒ ::String
Returns the value of attribute model_selection_expression.
615 616 617 |
# File 'sig/types.rbs', line 615 def model_selection_expression @model_selection_expression end |
#operation_name ⇒ ::String
Returns the value of attribute operation_name.
616 617 618 |
# File 'sig/types.rbs', line 616 def operation_name @operation_name end |
#request_models ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_models.
617 618 619 |
# File 'sig/types.rbs', line 617 def request_models @request_models end |
#request_parameters ⇒ ::Hash[::String, Types::ParameterConstraints]
Returns the value of attribute request_parameters.
618 619 620 |
# File 'sig/types.rbs', line 618 def request_parameters @request_parameters end |
#route_key ⇒ ::String
Returns the value of attribute route_key.
619 620 621 |
# File 'sig/types.rbs', line 619 def route_key @route_key end |
#route_response_selection_expression ⇒ ::String
Returns the value of attribute route_response_selection_expression.
620 621 622 |
# File 'sig/types.rbs', line 620 def route_response_selection_expression @route_response_selection_expression end |
#target ⇒ ::String
Returns the value of attribute target.
621 622 623 |
# File 'sig/types.rbs', line 621 def target @target end |