Class: Aws::Types::ActiveContextTimeToLive

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#time_to_live_in_seconds ⇒ ::Integer

Returns the value of attribute time_to_live_in_seconds.

Returns:

  • (::Integer)


25
26
27
# File 'sig/types.rbs', line 25

def time_to_live_in_seconds
  @time_to_live_in_seconds
end

#turns_to_live ⇒ ::Integer

Returns the value of attribute turns_to_live.

Returns:

  • (::Integer)


26
27
28
# File 'sig/types.rbs', line 26

def turns_to_live
  @turns_to_live
end