Class: Aws::Types::OriginRequestPolicyQueryStringsConfig
- Inherits:
-
Object
- Object
- Aws::Types::OriginRequestPolicyQueryStringsConfig
- 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.
2973 2974 2975 |
# File 'sig/types.rbs', line 2973 def query_string_behavior @query_string_behavior end |
#query_strings ⇒ Types::QueryStringNames
Returns the value of attribute query_strings.
2974 2975 2976 |
# File 'sig/types.rbs', line 2974 def query_strings @query_strings end |