Class: Aws::Types::HeaderMatchMethod
- Inherits:
-
Object
- Object
- Aws::Types::HeaderMatchMethod
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Exact, Prefix, Range, Regex, Suffix, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exact ⇒ ::String
Returns the value of attribute exact.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#range ⇒ Types::MatchRange
Returns the value of attribute range.
-
#regex ⇒ ::String
Returns the value of attribute regex.
-
#suffix ⇒ ::String
Returns the value of attribute suffix.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#exact ⇒ ::String
Returns the value of attribute exact.
572 573 574 |
# File 'sig/types.rbs', line 572 def exact @exact end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
573 574 575 |
# File 'sig/types.rbs', line 573 def prefix @prefix end |
#range ⇒ Types::MatchRange
Returns the value of attribute range.
574 575 576 |
# File 'sig/types.rbs', line 574 def range @range end |
#regex ⇒ ::String
Returns the value of attribute regex.
575 576 577 |
# File 'sig/types.rbs', line 575 def regex @regex end |
#suffix ⇒ ::String
Returns the value of attribute suffix.
576 577 578 |
# File 'sig/types.rbs', line 576 def suffix @suffix end |
#unknown ⇒ Object
Returns the value of attribute unknown.
577 578 579 |
# File 'sig/types.rbs', line 577 def unknown @unknown end |