Class: Aws::Types::Headers

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#match_patternTypes::HeaderMatchPattern

Returns the value of attribute match_pattern.



835
836
837
# File 'sig/types.rbs', line 835

def match_pattern
  @match_pattern
end

#match_scope"ALL", ...

Returns the value of attribute match_scope.

Returns:

  • ("ALL", "KEY", "VALUE")


836
837
838
# File 'sig/types.rbs', line 836

def match_scope
  @match_scope
end

#oversize_handling"CONTINUE", ...

Returns the value of attribute oversize_handling.

Returns:

  • ("CONTINUE", "MATCH", "NO_MATCH")


837
838
839
# File 'sig/types.rbs', line 837

def oversize_handling
  @oversize_handling
end