Class: Aws::Types::HeaderMatchType
- Inherits:
-
Object
- Object
- Aws::Types::HeaderMatchType
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Contains, Exact, Prefix, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contains ⇒ ::String
Returns the value of attribute contains.
-
#exact ⇒ ::String
Returns the value of attribute exact.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#contains ⇒ ::String
Returns the value of attribute contains.
803 804 805 |
# File 'sig/types.rbs', line 803 def contains @contains end |
#exact ⇒ ::String
Returns the value of attribute exact.
801 802 803 |
# File 'sig/types.rbs', line 801 def exact @exact end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
802 803 804 |
# File 'sig/types.rbs', line 802 def prefix @prefix end |
#unknown ⇒ Object
Returns the value of attribute unknown.
804 805 806 |
# File 'sig/types.rbs', line 804 def unknown @unknown end |