Class: Aws::Types::ElasticIpStatus
- Inherits:
-
Object
- Object
- Aws::Types::ElasticIpStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#elastic_ip ⇒ ::String
Returns the value of attribute elastic_ip.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#elastic_ip ⇒ ::String
Returns the value of attribute elastic_ip.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def elastic_ip @elastic_ip end |
#status ⇒ ::String
Returns the value of attribute status.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def status @status end |