Class: Aws::Types::OutputContext

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


2705
2706
2707
# File 'sig/types.rbs', line 2705

def name
  @name
end

#time_to_live_in_seconds ⇒ ::Integer

Returns the value of attribute time_to_live_in_seconds.

Returns:

  • (::Integer)


2706
2707
2708
# File 'sig/types.rbs', line 2706

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)


2707
2708
2709
# File 'sig/types.rbs', line 2707

def turns_to_live
  @turns_to_live
end