Class: Aws::Types::Header

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


960
961
962
# File 'sig/types.rbs', line 960

def destination
  @destination
end

#destination_port::String

Returns the value of attribute destination_port.

Returns:

  • (::String)


961
962
963
# File 'sig/types.rbs', line 961

def destination_port
  @destination_port
end

#direction"FORWARD", "ANY"

Returns the value of attribute direction.

Returns:

  • ("FORWARD", "ANY")


959
960
961
# File 'sig/types.rbs', line 959

def direction
  @direction
end

#protocol"IP", ...

Returns the value of attribute protocol.

Returns:

  • ("IP", "TCP", "UDP", "ICMP", "HTTP", "FTP", "TLS", "SMB", "DNS", "DCERPC", "SSH", "SMTP", "IMAP", "MSN", "KRB5", "IKEV2", "TFTP", "NTP", "DHCP", "HTTP2", "QUIC")


956
957
958
# File 'sig/types.rbs', line 956

def protocol
  @protocol
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


957
958
959
# File 'sig/types.rbs', line 957

def source
  @source
end

#source_port::String

Returns the value of attribute source_port.

Returns:

  • (::String)


958
959
960
# File 'sig/types.rbs', line 958

def source_port
  @source_port
end