Class: Aws::Types::IpRule
- Inherits:
-
Object
- Object
- Aws::Types::IpRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#ip_range ⇒ ::String
Returns the value of attribute ip_range.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
767 768 769 |
# File 'sig/types.rbs', line 767 def description @description end |
#ip_range ⇒ ::String
Returns the value of attribute ip_range.
766 767 768 |
# File 'sig/types.rbs', line 766 def ip_range @ip_range end |