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")])


1675
1676
1677
# File 'sig/types.rbs', line 1675

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")])


1676
1677
1678
# File 'sig/types.rbs', line 1676

def masks
  @masks
end