SourceTableFeatureDetails constructor

SourceTableFeatureDetails({
  1. List<GlobalSecondaryIndexInfo>? globalSecondaryIndexes,
  2. List<LocalSecondaryIndexInfo>? localSecondaryIndexes,
  3. SSEDescription? sSEDescription,
  4. StreamSpecification? streamDescription,
  5. TimeToLiveDescription? timeToLiveDescription,
})

Implementation

SourceTableFeatureDetails({
  this.globalSecondaryIndexes,
  this.localSecondaryIndexes,
  this.sSEDescription,
  this.streamDescription,
  this.timeToLiveDescription,
});