Class: Aws::Types::CacheBehaviorPerPath
- Inherits:
-
Object
- Object
- Aws::Types::CacheBehaviorPerPath
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#behavior ⇒ "dont-cache", "cache"
Returns the value of attribute behavior.
-
#path ⇒ ::String
Returns the value of attribute path.
Instance Attribute Details
#behavior ⇒ "dont-cache", "cache"
Returns the value of attribute behavior.
291 292 293 |
# File 'sig/types.rbs', line 291 def behavior @behavior end |
#path ⇒ ::String
Returns the value of attribute path.
290 291 292 |
# File 'sig/types.rbs', line 290 def path @path end |