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.
12199 12200 12201 |
# File 'sig/types.rbs', line 12199 def cidr_ip @cidr_ip end |
#description ⇒ ::String
Returns the value of attribute description.
12198 12199 12200 |
# File 'sig/types.rbs', line 12198 def description @description end |