Class: Aws::Types::UpdateCachePolicyRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_policy_configTypes::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.

Returns:

  • (::String)


3893
3894
3895
# File 'sig/types.rbs', line 3893

def id
  @id
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


3894
3895
3896
# File 'sig/types.rbs', line 3894

def if_match
  @if_match
end