Class: Aws::Types::CachePointBlock
- Inherits:
-
Object
- Object
- Aws::Types::CachePointBlock
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ttl ⇒ "5m", "1h"
Returns the value of attribute ttl.
-
#type ⇒ "default"
Returns the value of attribute type.
Instance Attribute Details
#ttl ⇒ "5m", "1h"
Returns the value of attribute ttl.
122 123 124 |
# File 'sig/types.rbs', line 122 def ttl @ttl end |
#type ⇒ "default"
Returns the value of attribute type.
121 122 123 |
# File 'sig/types.rbs', line 121 def type @type end |