Class: Aws::Types::ForwardedValues
- Inherits:
-
Object
- Object
- Aws::Types::ForwardedValues
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cookies ⇒ Types::CookiePreference
Returns the value of attribute cookies.
-
#headers ⇒ Types::Headers
Returns the value of attribute headers.
-
#query_string ⇒ Boolean
Returns the value of attribute query_string.
-
#query_string_cache_keys ⇒ Types::QueryStringCacheKeys
Returns the value of attribute query_string_cache_keys.
Instance Attribute Details
#cookies ⇒ Types::CookiePreference
Returns the value of attribute cookies.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def @cookies end |
#headers ⇒ Types::Headers
Returns the value of attribute headers.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def headers @headers end |
#query_string ⇒ Boolean
Returns the value of attribute query_string.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def query_string @query_string end |
#query_string_cache_keys ⇒ Types::QueryStringCacheKeys
Returns the value of attribute query_string_cache_keys.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def query_string_cache_keys @query_string_cache_keys end |