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.
12417 12418 12419 |
# File 'sig/types.rbs', line 12417 def cidr_ip @cidr_ip end |
#description ⇒ ::String
Returns the value of attribute description.
12416 12417 12418 |
# File 'sig/types.rbs', line 12416 def description @description end |