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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#cidrip ⇒ ::String
Returns the value of attribute cidrip.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def cidrip @cidrip end |
#status ⇒ ::String
Returns the value of attribute status.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def @tags end |