Class: Aws::Types::PacketHeaderStatement
- Inherits:
-
Object
- Object
- Aws::Types::PacketHeaderStatement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_addresses ⇒ ::Array[::String]
Returns the value of attribute destination_addresses.
-
#destination_ports ⇒ ::Array[::String]
Returns the value of attribute destination_ports.
-
#destination_prefix_lists ⇒ ::Array[::String]
Returns the value of attribute destination_prefix_lists.
-
#protocols ⇒ ::Array[("tcp" | "udp")]
Returns the value of attribute protocols.
-
#source_addresses ⇒ ::Array[::String]
Returns the value of attribute source_addresses.
-
#source_ports ⇒ ::Array[::String]
Returns the value of attribute source_ports.
-
#source_prefix_lists ⇒ ::Array[::String]
Returns the value of attribute source_prefix_lists.
Instance Attribute Details
#destination_addresses ⇒ ::Array[::String]
Returns the value of attribute destination_addresses.
15612 15613 15614 |
# File 'sig/types.rbs', line 15612 def destination_addresses @destination_addresses end |
#destination_ports ⇒ ::Array[::String]
Returns the value of attribute destination_ports.
15614 15615 15616 |
# File 'sig/types.rbs', line 15614 def destination_ports @destination_ports end |
#destination_prefix_lists ⇒ ::Array[::String]
Returns the value of attribute destination_prefix_lists.
15616 15617 15618 |
# File 'sig/types.rbs', line 15616 def destination_prefix_lists @destination_prefix_lists end |
#protocols ⇒ ::Array[("tcp" | "udp")]
Returns the value of attribute protocols.
15617 15618 15619 |
# File 'sig/types.rbs', line 15617 def protocols @protocols end |
#source_addresses ⇒ ::Array[::String]
Returns the value of attribute source_addresses.
15611 15612 15613 |
# File 'sig/types.rbs', line 15611 def source_addresses @source_addresses end |
#source_ports ⇒ ::Array[::String]
Returns the value of attribute source_ports.
15613 15614 15615 |
# File 'sig/types.rbs', line 15613 def source_ports @source_ports end |
#source_prefix_lists ⇒ ::Array[::String]
Returns the value of attribute source_prefix_lists.
15615 15616 15617 |
# File 'sig/types.rbs', line 15615 def source_prefix_lists @source_prefix_lists end |