Class: Aws::Types::IpSet
- Inherits:
-
Object
- Object
- Aws::Types::IpSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_address_family ⇒ "IPv4", "IPv6"
Returns the value of attribute ip_address_family.
-
#ip_addresses ⇒ ::Array[::String]
Returns the value of attribute ip_addresses.
-
#ip_family ⇒ ::String
Returns the value of attribute ip_family.
Instance Attribute Details
#ip_address_family ⇒ "IPv4", "IPv6"
Returns the value of attribute ip_address_family.
561 562 563 |
# File 'sig/types.rbs', line 561 def ip_address_family @ip_address_family end |
#ip_addresses ⇒ ::Array[::String]
Returns the value of attribute ip_addresses.
560 561 562 |
# File 'sig/types.rbs', line 560 def ip_addresses @ip_addresses end |
#ip_family ⇒ ::String
Returns the value of attribute ip_family.
559 560 561 |
# File 'sig/types.rbs', line 559 def ip_family @ip_family end |