Class: Aws::Types::UpdateTimeToLiveInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTimeToLiveInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#time_to_live_specification ⇒ Types::TimeToLiveSpecification
Returns the value of attribute time_to_live_specification.
Instance Attribute Details
#table_name ⇒ ::String
Returns the value of attribute table_name.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def table_name @table_name end |
#time_to_live_specification ⇒ Types::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 |