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.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def elastic_ip @elastic_ip end |
#status ⇒ ::String
Returns the value of attribute status.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def status @status end |