Class: Aws::Types::CacheSettings
- Inherits:
-
Object
- Object
- Aws::Types::CacheSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_http_methods ⇒ ::String
Returns the value of attribute allowed_http_methods.
-
#cached_http_methods ⇒ ::String
Returns the value of attribute cached_http_methods.
-
#default_ttl ⇒ ::Integer
Returns the value of attribute default_ttl.
-
#forwarded_cookies ⇒ Types::CookieObject
Returns the value of attribute forwarded_cookies.
-
#forwarded_headers ⇒ Types::HeaderObject
Returns the value of attribute forwarded_headers.
-
#forwarded_query_strings ⇒ Types::QueryStringObject
Returns the value of attribute forwarded_query_strings.
-
#maximum_ttl ⇒ ::Integer
Returns the value of attribute maximum_ttl.
-
#minimum_ttl ⇒ ::Integer
Returns the value of attribute minimum_ttl.
Instance Attribute Details
#allowed_http_methods ⇒ ::String
Returns the value of attribute allowed_http_methods.
299 300 301 |
# File 'sig/types.rbs', line 299 def allowed_http_methods @allowed_http_methods end |
#cached_http_methods ⇒ ::String
Returns the value of attribute cached_http_methods.
300 301 302 |
# File 'sig/types.rbs', line 300 def cached_http_methods @cached_http_methods end |
#default_ttl ⇒ ::Integer
Returns the value of attribute default_ttl.
296 297 298 |
# File 'sig/types.rbs', line 296 def default_ttl @default_ttl end |
#forwarded_cookies ⇒ Types::CookieObject
Returns the value of attribute forwarded_cookies.
301 302 303 |
# File 'sig/types.rbs', line 301 def @forwarded_cookies end |
#forwarded_headers ⇒ Types::HeaderObject
Returns the value of attribute forwarded_headers.
302 303 304 |
# File 'sig/types.rbs', line 302 def forwarded_headers @forwarded_headers end |
#forwarded_query_strings ⇒ Types::QueryStringObject
Returns the value of attribute forwarded_query_strings.
303 304 305 |
# File 'sig/types.rbs', line 303 def forwarded_query_strings @forwarded_query_strings end |
#maximum_ttl ⇒ ::Integer
Returns the value of attribute maximum_ttl.
298 299 300 |
# File 'sig/types.rbs', line 298 def maximum_ttl @maximum_ttl end |
#minimum_ttl ⇒ ::Integer
Returns the value of attribute minimum_ttl.
297 298 299 |
# File 'sig/types.rbs', line 297 def minimum_ttl @minimum_ttl end |