Class: Aws::Types::DeleteRouteResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRouteResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#route_id ⇒ ::String
Returns the value of attribute route_id.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
233 234 235 |
# File 'sig/types.rbs', line 233 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
234 235 236 |
# File 'sig/types.rbs', line 234 def arn @arn end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
235 236 237 |
# File 'sig/types.rbs', line 235 def last_updated_time @last_updated_time end |
#route_id ⇒ ::String
Returns the value of attribute route_id.
236 237 238 |
# File 'sig/types.rbs', line 236 def route_id @route_id end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
237 238 239 |
# File 'sig/types.rbs', line 237 def service_id @service_id end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
238 239 240 |
# File 'sig/types.rbs', line 238 def state @state end |