Class: Aws::Types::CreateCachePolicyResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateCachePolicyResult
- 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.
-
#location ⇒ ::String
Returns the value of attribute location.
Instance Attribute Details
#cache_policy ⇒ Types::CachePolicy
Returns the value of attribute cache_policy.
502 503 504 |
# File 'sig/types.rbs', line 502 def cache_policy @cache_policy end |
#etag ⇒ ::String
Returns the value of attribute etag.
504 505 506 |
# File 'sig/types.rbs', line 504 def etag @etag end |
#location ⇒ ::String
Returns the value of attribute location.
503 504 505 |
# File 'sig/types.rbs', line 503 def location @location end |