Class: Aws::Types::IPSetForwardedIPConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fallback_behavior"MATCH", "NO_MATCH"

Returns the value of attribute fallback_behavior.

Returns:

  • ("MATCH", "NO_MATCH")


853
854
855
# File 'sig/types.rbs', line 853

def fallback_behavior
  @fallback_behavior
end

#header_name::String

Returns the value of attribute header_name.

Returns:

  • (::String)


852
853
854
# File 'sig/types.rbs', line 852

def header_name
  @header_name
end

#position"FIRST", ...

Returns the value of attribute position.

Returns:

  • ("FIRST", "LAST", "ANY")


854
855
856
# File 'sig/types.rbs', line 854

def position
  @position
end