Class: Aws::Types::DeleteRouteSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRouteSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#route_key ⇒ ::String
Returns the value of attribute route_key.
-
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
879 880 881 |
# File 'sig/types.rbs', line 879 def api_id @api_id end |
#route_key ⇒ ::String
Returns the value of attribute route_key.
880 881 882 |
# File 'sig/types.rbs', line 880 def route_key @route_key end |
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
881 882 883 |
# File 'sig/types.rbs', line 881 def stage_name @stage_name end |