Class: Aws::Types::GetCachePolicyResult
- Inherits:
-
Object
- Object
- Aws::Types::GetCachePolicyResult
- 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.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def cache_policy @cache_policy end |
#etag ⇒ ::String
Returns the value of attribute etag.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def etag @etag end |