Class: Aws::Types::ParametersInCacheKeyAndForwardedToOrigin
- Inherits:
-
Object
- Object
- Aws::Types::ParametersInCacheKeyAndForwardedToOrigin
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cookies_config ⇒ Types::CachePolicyCookiesConfig
Returns the value of attribute cookies_config.
-
#enable_accept_encoding_brotli ⇒ Boolean
Returns the value of attribute enable_accept_encoding_brotli.
-
#enable_accept_encoding_gzip ⇒ Boolean
Returns the value of attribute enable_accept_encoding_gzip.
-
#headers_config ⇒ Types::CachePolicyHeadersConfig
Returns the value of attribute headers_config.
-
#query_strings_config ⇒ Types::CachePolicyQueryStringsConfig
Returns the value of attribute query_strings_config.
Instance Attribute Details
#cookies_config ⇒ Types::CachePolicyCookiesConfig
Returns the value of attribute cookies_config.
3023 3024 3025 |
# File 'sig/types.rbs', line 3023 def @cookies_config end |
#enable_accept_encoding_brotli ⇒ Boolean
Returns the value of attribute enable_accept_encoding_brotli.
3021 3022 3023 |
# File 'sig/types.rbs', line 3021 def enable_accept_encoding_brotli @enable_accept_encoding_brotli end |
#enable_accept_encoding_gzip ⇒ Boolean
Returns the value of attribute enable_accept_encoding_gzip.
3020 3021 3022 |
# File 'sig/types.rbs', line 3020 def enable_accept_encoding_gzip @enable_accept_encoding_gzip end |
#headers_config ⇒ Types::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_config ⇒ Types::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 |