Class: Aws::Types::UpdateCachePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCachePolicyRequest
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
Instance Attribute Details
#cache_policy_config ⇒ Types::CachePolicyConfig
Returns the value of attribute cache_policy_config.
3892 3893 3894 |
# File 'sig/types.rbs', line 3892 def cache_policy_config @cache_policy_config end |
#id ⇒ ::String
Returns the value of attribute id.
3893 3894 3895 |
# File 'sig/types.rbs', line 3893 def id @id end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
3894 3895 3896 |
# File 'sig/types.rbs', line 3894 def if_match @if_match end |