Class: Aws::Types::RestartRouterOutputResponse
- Inherits:
-
Object
- Object
- Aws::Types::RestartRouterOutputResponse
- 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.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def name @name end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def state @state end |