Class: Aws::Types::MovingAddressStatus
- Inherits:
-
Object
- Object
- Aws::Types::MovingAddressStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#move_status ⇒ "movingToVpc", "restoringToClassic"
Returns the value of attribute move_status.
-
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
Instance Attribute Details
#move_status ⇒ "movingToVpc", "restoringToClassic"
Returns the value of attribute move_status.
15198 15199 15200 |
# File 'sig/types.rbs', line 15198 def move_status @move_status end |
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
15199 15200 15201 |
# File 'sig/types.rbs', line 15199 def public_ip @public_ip end |