Class: Aws::Types::RestartRouterInputResponse
- Inherits:
-
Object
- Object
- Aws::Types::RestartRouterInputResponse
- 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.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
1645 1646 1647 |
# File 'sig/types.rbs', line 1645 def name @name end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def state @state end |