DescribeTimeToLiveOutput constructor

DescribeTimeToLiveOutput({
  1. TimeToLiveDescription? timeToLiveDescription,
})

Implementation

DescribeTimeToLiveOutput({
  this.timeToLiveDescription,
});