Class: Aws::Types::DeleteRouteResponseRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRouteResponseRequest
- 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.
-
#route_response_id ⇒ ::String
Returns the value of attribute route_response_id.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
872 873 874 |
# File 'sig/types.rbs', line 872 def api_id @api_id end |
#route_id ⇒ ::String
Returns the value of attribute route_id.
873 874 875 |
# File 'sig/types.rbs', line 873 def route_id @route_id end |
#route_response_id ⇒ ::String
Returns the value of attribute route_response_id.
874 875 876 |
# File 'sig/types.rbs', line 874 def route_response_id @route_response_id end |