Class: Aws::Types::CachePointBlock

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ttl"5m", "1h"

Returns the value of attribute ttl.

Returns:

  • ("5m", "1h")


122
123
124
# File 'sig/types.rbs', line 122

def ttl
  @ttl
end

#type"default"

Returns the value of attribute type.

Returns:

  • ("default")


121
122
123
# File 'sig/types.rbs', line 121

def type
  @type
end