class Amazonite::DynamoDBV2::UpdateTimeToLiveInput
- Amazonite::DynamoDBV2::UpdateTimeToLiveInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb_v2/update_time_to_live_input.crConstructors
- .new(table_name : String, time_to_live_specification : TimeToLiveSpecification)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #table_name : String
- #table_name=(table_name : String)
- #time_to_live_specification : TimeToLiveSpecification
- #time_to_live_specification=(time_to_live_specification : TimeToLiveSpecification)
Constructor Detail
def self.new(table_name : String, time_to_live_specification : TimeToLiveSpecification)
#
Instance Method Detail
def time_to_live_specification=(time_to_live_specification : TimeToLiveSpecification)
#