Class: Aws::Types::AwsRedshiftClusterElasticIpStatus
- Inherits:
-
Object
- Object
- Aws::Types::AwsRedshiftClusterElasticIpStatus
- 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.
3815 3816 3817 |
# File 'sig/types.rbs', line 3815 def elastic_ip @elastic_ip end |
#status ⇒ ::String
Returns the value of attribute status.
3816 3817 3818 |
# File 'sig/types.rbs', line 3816 def status @status end |