Class: Aws::Types::StopRouterInputResponse
- Inherits:
-
Object
- Object
- Aws::Types::StopRouterInputResponse
- 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.
2263 2264 2265 |
# File 'sig/types.rbs', line 2263 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
2264 2265 2266 |
# File 'sig/types.rbs', line 2264 def name @name end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
2265 2266 2267 |
# File 'sig/types.rbs', line 2265 def state @state end |