Class: Aws::Types::CachePolicyQueryStringsConfig
- Inherits:
-
Object
- Object
- Aws::Types::CachePolicyQueryStringsConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#query_string_behavior ⇒ "none", ...
Returns the value of attribute query_string_behavior.
-
#query_strings ⇒ Types::QueryStringNames
Returns the value of attribute query_strings.
Instance Attribute Details
#query_string_behavior ⇒ "none", ...
Returns the value of attribute query_string_behavior.
226 227 228 |
# File 'sig/types.rbs', line 226 def query_string_behavior @query_string_behavior end |
#query_strings ⇒ Types::QueryStringNames
Returns the value of attribute query_strings.
227 228 229 |
# File 'sig/types.rbs', line 227 def query_strings @query_strings end |