Class: Aws::Types::AwsRdsDbSecurityGroupIpRange
- Inherits:
-
Object
- Object
- Aws::Types::AwsRdsDbSecurityGroupIpRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_ip ⇒ ::String
Returns the value of attribute cidr_ip.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#cidr_ip ⇒ ::String
Returns the value of attribute cidr_ip.
3638 3639 3640 |
# File 'sig/types.rbs', line 3638 def cidr_ip @cidr_ip end |
#status ⇒ ::String
Returns the value of attribute status.
3639 3640 3641 |
# File 'sig/types.rbs', line 3639 def status @status end |