Class: Aws::Types::TCPFlagField
- Inherits:
-
Object
- Object
- Aws::Types::TCPFlagField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flags ⇒ ::Array[("FIN" | "SYN" | "RST" | "PSH" | "ACK" | "URG" | "ECE" | "CWR")]
Returns the value of attribute flags.
-
#masks ⇒ ::Array[("FIN" | "SYN" | "RST" | "PSH" | "ACK" | "URG" | "ECE" | "CWR")]
Returns the value of attribute masks.
Instance Attribute Details
#flags ⇒ ::Array[("FIN" | "SYN" | "RST" | "PSH" | "ACK" | "URG" | "ECE" | "CWR")]
Returns the value of attribute flags.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def flags @flags end |
#masks ⇒ ::Array[("FIN" | "SYN" | "RST" | "PSH" | "ACK" | "URG" | "ECE" | "CWR")]
Returns the value of attribute masks.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def masks @masks end |