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)


684
685
686
# File 'sig/types.rbs', line 684

def name
  @name
end

#time_to_live_in_seconds::Integer

Returns the value of attribute time_to_live_in_seconds.

Returns:

  • (::Integer)


685
686
687
# File 'sig/types.rbs', line 685

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)


686
687
688
# File 'sig/types.rbs', line 686

def turns_to_live
  @turns_to_live
end