Class: Aws::Types::IPRange
- Inherits:
-
Object
- Object
- Aws::Types::IPRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidrip ⇒ ::String
Returns the value of attribute cidrip.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#cidrip ⇒ ::String
Returns the value of attribute cidrip.
2705 2706 2707 |
# File 'sig/types.rbs', line 2705 def cidrip @cidrip end |
#status ⇒ ::String
Returns the value of attribute status.
2704 2705 2706 |
# File 'sig/types.rbs', line 2704 def status @status end |