Class: Aws::Types::CacheBehavior
- Inherits:
-
Object
- Object
- Aws::Types::CacheBehavior
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#behavior ⇒ "dont-cache", "cache"
Returns the value of attribute behavior.
Instance Attribute Details
#behavior ⇒ "dont-cache", "cache"
Returns the value of attribute behavior.
285 286 287 |
# File 'sig/types.rbs', line 285 def behavior @behavior end |