Class: Aws::Types::DeleteRouteRequestParameterRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRouteRequestParameterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#request_parameter_key ⇒ ::String
Returns the value of attribute request_parameter_key.
-
#route_id ⇒ ::String
Returns the value of attribute route_id.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
865 866 867 |
# File 'sig/types.rbs', line 865 def api_id @api_id end |
#request_parameter_key ⇒ ::String
Returns the value of attribute request_parameter_key.
866 867 868 |
# File 'sig/types.rbs', line 866 def request_parameter_key @request_parameter_key end |
#route_id ⇒ ::String
Returns the value of attribute route_id.
867 868 869 |
# File 'sig/types.rbs', line 867 def route_id @route_id end |