Class: Aws::Types::TCPFlagField

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flags::Array[("FIN" | "SYN" | "RST" | "PSH" | "ACK" | "URG" | "ECE" | "CWR")]

Returns the value of attribute flags.

Returns:

  • (::Array[("FIN" | "SYN" | "RST" | "PSH" | "ACK" | "URG" | "ECE" | "CWR")])


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.

Returns:

  • (::Array[("FIN" | "SYN" | "RST" | "PSH" | "ACK" | "URG" | "ECE" | "CWR")])


1648
1649
1650
# File 'sig/types.rbs', line 1648

def masks
  @masks
end