Class: Aws::Types::IpRange
- Inherits:
-
Object
- Object
- Aws::Types::IpRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_ip ⇒ ::String
Returns the value of attribute cidr_ip.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#cidr_ip ⇒ ::String
Returns the value of attribute cidr_ip.
11928 11929 11930 |
# File 'sig/types.rbs', line 11928 def cidr_ip @cidr_ip end |
#description ⇒ ::String
Returns the value of attribute description.
11927 11928 11929 |
# File 'sig/types.rbs', line 11927 def description @description end |