Class: Aws::Types::PacketHeaderStatement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_addresses::Array[::String]

Returns the value of attribute destination_addresses.

Returns:

  • (::Array[::String])


15618
15619
15620
# File 'sig/types.rbs', line 15618

def destination_addresses
  @destination_addresses
end

#destination_ports::Array[::String]

Returns the value of attribute destination_ports.

Returns:

  • (::Array[::String])


15620
15621
15622
# File 'sig/types.rbs', line 15620

def destination_ports
  @destination_ports
end

#destination_prefix_lists::Array[::String]

Returns the value of attribute destination_prefix_lists.

Returns:

  • (::Array[::String])


15622
15623
15624
# File 'sig/types.rbs', line 15622

def destination_prefix_lists
  @destination_prefix_lists
end

#protocols::Array[("tcp" | "udp")]

Returns the value of attribute protocols.

Returns:

  • (::Array[("tcp" | "udp")])


15623
15624
15625
# File 'sig/types.rbs', line 15623

def protocols
  @protocols
end

#source_addresses::Array[::String]

Returns the value of attribute source_addresses.

Returns:

  • (::Array[::String])


15617
15618
15619
# File 'sig/types.rbs', line 15617

def source_addresses
  @source_addresses
end

#source_ports::Array[::String]

Returns the value of attribute source_ports.

Returns:

  • (::Array[::String])


15619
15620
15621
# File 'sig/types.rbs', line 15619

def source_ports
  @source_ports
end

#source_prefix_lists::Array[::String]

Returns the value of attribute source_prefix_lists.

Returns:

  • (::Array[::String])


15621
15622
15623
# File 'sig/types.rbs', line 15621

def source_prefix_lists
  @source_prefix_lists
end