Class: Aws::Types::UpdateCachePolicyResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCachePolicyResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_policy ⇒ Types::CachePolicy
Returns the value of attribute cache_policy.
-
#etag ⇒ ::String
Returns the value of attribute etag.
Instance Attribute Details
#cache_policy ⇒ Types::CachePolicy
Returns the value of attribute cache_policy.
3899 3900 3901 |
# File 'sig/types.rbs', line 3899 def cache_policy @cache_policy end |
#etag ⇒ ::String
Returns the value of attribute etag.
3900 3901 3902 |
# File 'sig/types.rbs', line 3900 def etag @etag end |