Class: Aws::Types::Headers
- Inherits:
-
Object
- Object
- Aws::Types::Headers
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#match_pattern ⇒ Types::HeaderMatchPattern
Returns the value of attribute match_pattern.
-
#match_scope ⇒ "ALL", ...
Returns the value of attribute match_scope.
-
#oversize_handling ⇒ "CONTINUE", ...
Returns the value of attribute oversize_handling.
Instance Attribute Details
#match_pattern ⇒ Types::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.
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.
837 838 839 |
# File 'sig/types.rbs', line 837 def oversize_handling @oversize_handling end |