Class: Aws::Types::ParametersInCacheKeyAndForwardedToOrigin

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cookies_configTypes::CachePolicyCookiesConfig

Returns the value of attribute cookies_config.



3023
3024
3025
# File 'sig/types.rbs', line 3023

def cookies_config
  @cookies_config
end

#enable_accept_encoding_brotliBoolean

Returns the value of attribute enable_accept_encoding_brotli.

Returns:

  • (Boolean)


3021
3022
3023
# File 'sig/types.rbs', line 3021

def enable_accept_encoding_brotli
  @enable_accept_encoding_brotli
end

#enable_accept_encoding_gzipBoolean

Returns the value of attribute enable_accept_encoding_gzip.

Returns:

  • (Boolean)


3020
3021
3022
# File 'sig/types.rbs', line 3020

def enable_accept_encoding_gzip
  @enable_accept_encoding_gzip
end

#headers_configTypes::CachePolicyHeadersConfig

Returns the value of attribute headers_config.



3022
3023
3024
# File 'sig/types.rbs', line 3022

def headers_config
  @headers_config
end

#query_strings_configTypes::CachePolicyQueryStringsConfig

Returns the value of attribute query_strings_config.



3024
3025
3026
# File 'sig/types.rbs', line 3024

def query_strings_config
  @query_strings_config
end