Class: Aws::Types::IpSet

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ip_address_family"IPv4", "IPv6"

Returns the value of attribute ip_address_family.

Returns:

  • ("IPv4", "IPv6")


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def ip_family
  @ip_family
end