Class: Aws::Types::CachingConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#caching_keys::Array[::String]

Returns the value of attribute caching_keys.

Returns:

  • (::Array[::String])


162
163
164
# File 'sig/types.rbs', line 162

def caching_keys
  @caching_keys
end

#ttl::Integer

Returns the value of attribute ttl.

Returns:

  • (::Integer)


161
162
163
# File 'sig/types.rbs', line 161

def ttl
  @ttl
end