Class: Aws::Types::CachingConfig
- Inherits:
-
Object
- Object
- Aws::Types::CachingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#caching_keys ⇒ ::Array[::String]
Returns the value of attribute caching_keys.
-
#ttl ⇒ ::Integer
Returns the value of attribute ttl.
Instance Attribute Details
#caching_keys ⇒ ::Array[::String]
Returns the value of attribute caching_keys.
162 163 164 |
# File 'sig/types.rbs', line 162 def caching_keys @caching_keys end |
#ttl ⇒ ::Integer
Returns the value of attribute ttl.
161 162 163 |
# File 'sig/types.rbs', line 161 def ttl @ttl end |