Class: Aws::Types::HeaderMatch
- Inherits:
-
Object
- Object
- Aws::Types::HeaderMatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#case_sensitive ⇒ Boolean
Returns the value of attribute case_sensitive.
-
#match ⇒ Types::HeaderMatchType
Returns the value of attribute match.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#case_sensitive ⇒ Boolean
Returns the value of attribute case_sensitive.
796 797 798 |
# File 'sig/types.rbs', line 796 def case_sensitive @case_sensitive end |
#match ⇒ Types::HeaderMatchType
Returns the value of attribute match.
795 796 797 |
# File 'sig/types.rbs', line 795 def match @match end |
#name ⇒ ::String
Returns the value of attribute name.
794 795 796 |
# File 'sig/types.rbs', line 794 def name @name end |