Class: Aws::Types::CacheDetail
- Inherits:
-
Object
- Object
- Aws::Types::CacheDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_tokens ⇒ ::Integer
Returns the value of attribute input_tokens.
-
#ttl ⇒ "5m", "1h"
Returns the value of attribute ttl.
Instance Attribute Details
#input_tokens ⇒ ::Integer
Returns the value of attribute input_tokens.
116 117 118 |
# File 'sig/types.rbs', line 116 def input_tokens @input_tokens end |
#ttl ⇒ "5m", "1h"
Returns the value of attribute ttl.
115 116 117 |
# File 'sig/types.rbs', line 115 def ttl @ttl end |