Class: Aws::Types::GetRouteResult
- Inherits:
-
Object
- Object
- Aws::Types::GetRouteResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_gateway_managed ⇒ Boolean
Returns the value of attribute api_gateway_managed.
-
#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_gateway_managed ⇒ Boolean
Returns the value of attribute api_gateway_managed.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def api_gateway_managed @api_gateway_managed end |
#api_key_required ⇒ Boolean
Returns the value of attribute api_key_required.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def api_key_required @api_key_required end |
#authorization_scopes ⇒ ::Array[::String]
Returns the value of attribute authorization_scopes.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def @authorization_scopes end |
#authorization_type ⇒ "NONE", ...
Returns the value of attribute authorization_type.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def @authorization_type end |
#authorizer_id ⇒ ::String
Returns the value of attribute authorizer_id.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def @authorizer_id end |
#model_selection_expression ⇒ ::String
Returns the value of attribute model_selection_expression.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def model_selection_expression @model_selection_expression end |
#operation_name ⇒ ::String
Returns the value of attribute operation_name.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def operation_name @operation_name end |
#request_models ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_models.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def request_models @request_models end |
#request_parameters ⇒ ::Hash[::String, Types::ParameterConstraints]
Returns the value of attribute request_parameters.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def request_parameters @request_parameters end |
#route_id ⇒ ::String
Returns the value of attribute route_id.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def route_id @route_id end |
#route_key ⇒ ::String
Returns the value of attribute route_key.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def route_key @route_key end |
#route_response_selection_expression ⇒ ::String
Returns the value of attribute route_response_selection_expression.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def route_response_selection_expression @route_response_selection_expression end |
#target ⇒ ::String
Returns the value of attribute target.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def target @target end |