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.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def cidrip @cidrip end |
#status ⇒ ::String
Returns the value of attribute status.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def @tags end |