Class: Aws::Types::HttpHeaderConditionConfig
- Inherits:
-
Object
- Object
- Aws::Types::HttpHeaderConditionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#http_header_name ⇒ ::String
Returns the value of attribute http_header_name.
-
#regex_values ⇒ ::Array[::String]
Returns the value of attribute regex_values.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#http_header_name ⇒ ::String
Returns the value of attribute http_header_name.
586 587 588 |
# File 'sig/types.rbs', line 586 def http_header_name @http_header_name end |
#regex_values ⇒ ::Array[::String]
Returns the value of attribute regex_values.
588 589 590 |
# File 'sig/types.rbs', line 588 def regex_values @regex_values end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
587 588 589 |
# File 'sig/types.rbs', line 587 def values @values end |