class Amazonite::DynamoDBV2::UpdateTimeToLiveOutput
- Amazonite::DynamoDBV2::UpdateTimeToLiveOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb_v2/update_time_to_live_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(time_to_live_specification : TimeToLiveSpecification | Nil = nil)
Instance Method Summary
- #time_to_live_specification : TimeToLiveSpecification | Nil
- #time_to_live_specification=(time_to_live_specification : TimeToLiveSpecification | Nil)
Constructor Detail
Instance Method Detail
def time_to_live_specification=(time_to_live_specification : TimeToLiveSpecification | Nil)
#