Class: Aws::Types::PacketHeaderStatementRequest
- Inherits:
-
Object
- Object
- Aws::Types::PacketHeaderStatementRequest
- 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.
14987 14988 14989 |
# File 'sig/types.rbs', line 14987 def destination_addresses @destination_addresses end |
#destination_ports ⇒ ::Array[::String]
Returns the value of attribute destination_ports.
14989 14990 14991 |
# File 'sig/types.rbs', line 14989 def destination_ports @destination_ports end |
#destination_prefix_lists ⇒ ::Array[::String]
Returns the value of attribute destination_prefix_lists.
14991 14992 14993 |
# File 'sig/types.rbs', line 14991 def destination_prefix_lists @destination_prefix_lists end |
#protocols ⇒ ::Array[("tcp" | "udp")]
Returns the value of attribute protocols.
14992 14993 14994 |
# File 'sig/types.rbs', line 14992 def protocols @protocols end |
#source_addresses ⇒ ::Array[::String]
Returns the value of attribute source_addresses.
14986 14987 14988 |
# File 'sig/types.rbs', line 14986 def source_addresses @source_addresses end |
#source_ports ⇒ ::Array[::String]
Returns the value of attribute source_ports.
14988 14989 14990 |
# File 'sig/types.rbs', line 14988 def source_ports @source_ports end |
#source_prefix_lists ⇒ ::Array[::String]
Returns the value of attribute source_prefix_lists.
14990 14991 14992 |
# File 'sig/types.rbs', line 14990 def source_prefix_lists @source_prefix_lists end |