Class: Aws::Types::HeaderMatchPattern
- Inherits:
-
Object
- Object
- Aws::Types::HeaderMatchPattern
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#all ⇒ Types::All
Returns the value of attribute all.
-
#excluded_headers ⇒ ::Array[::String]
Returns the value of attribute excluded_headers.
-
#included_headers ⇒ ::Array[::String]
Returns the value of attribute included_headers.
Instance Attribute Details
#all ⇒ Types::All
Returns the value of attribute all.
823 824 825 |
# File 'sig/types.rbs', line 823 def all @all end |
#excluded_headers ⇒ ::Array[::String]
Returns the value of attribute excluded_headers.
825 826 827 |
# File 'sig/types.rbs', line 825 def excluded_headers @excluded_headers end |
#included_headers ⇒ ::Array[::String]
Returns the value of attribute included_headers.
824 825 826 |
# File 'sig/types.rbs', line 824 def included_headers @included_headers end |