TimeToLiveDescription constructor
TimeToLiveDescription({
- String? attributeName,
- TimeToLiveStatus? timeToLiveStatus,
Implementation
TimeToLiveDescription({
this.attributeName,
this.timeToLiveStatus,
});