Class: Aws::Types::DeleteRouteRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRouteRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#route_id ⇒ ::String
Returns the value of attribute route_id.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
859 860 861 |
# File 'sig/types.rbs', line 859 def api_id @api_id end |
#route_id ⇒ ::String
Returns the value of attribute route_id.
860 861 862 |
# File 'sig/types.rbs', line 860 def route_id @route_id end |