Class: Aws::Types::HostHeaderConditionConfig
- Inherits:
-
Object
- Object
- Aws::Types::HostHeaderConditionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#regex_values ⇒ ::Array[::String]
Returns the value of attribute regex_values.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#regex_values ⇒ ::Array[::String]
Returns the value of attribute regex_values.
576 577 578 |
# File 'sig/types.rbs', line 576 def regex_values @regex_values end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
575 576 577 |
# File 'sig/types.rbs', line 575 def values @values end |