Class: Aws::Types::GetCachePolicyConfigResult
- Inherits:
-
Object
- Object
- Aws::Types::GetCachePolicyConfigResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_policy_config ⇒ Types::CachePolicyConfig
Returns the value of attribute cache_policy_config.
-
#etag ⇒ ::String
Returns the value of attribute etag.
Instance Attribute Details
#cache_policy_config ⇒ Types::CachePolicyConfig
Returns the value of attribute cache_policy_config.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def cache_policy_config @cache_policy_config end |
#etag ⇒ ::String
Returns the value of attribute etag.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def etag @etag end |