Class: Aws::Types::OriginRequestPolicyQueryStringsConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#query_string_behavior"none", ...

Returns the value of attribute query_string_behavior.

Returns:

  • ("none", "whitelist", "all", "allExcept")


2973
2974
2975
# File 'sig/types.rbs', line 2973

def query_string_behavior
  @query_string_behavior
end

#query_stringsTypes::QueryStringNames

Returns the value of attribute query_strings.



2974
2975
2976
# File 'sig/types.rbs', line 2974

def query_strings
  @query_strings
end