Class: Aws::Types::UpdateTimeToLiveInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


1929
1930
1931
# File 'sig/types.rbs', line 1929

def table_name
  @table_name
end

#time_to_live_specificationTypes::TimeToLiveSpecification

Returns the value of attribute time_to_live_specification.



1930
1931
1932
# File 'sig/types.rbs', line 1930

def time_to_live_specification
  @time_to_live_specification
end