Class: Aws::Types::DeleteRouterInputResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRouterInputResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
495 496 497 |
# File 'sig/types.rbs', line 495 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
496 497 498 |
# File 'sig/types.rbs', line 496 def name @name end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
497 498 499 |
# File 'sig/types.rbs', line 497 def state @state end |