SourceTableFeatureDetails constructor
SourceTableFeatureDetails({
- List<
GlobalSecondaryIndexInfo> ? globalSecondaryIndexes, - List<
LocalSecondaryIndexInfo> ? localSecondaryIndexes, - SSEDescription? sSEDescription,
- StreamSpecification? streamDescription,
- TimeToLiveDescription? timeToLiveDescription,
Implementation
SourceTableFeatureDetails({
this.globalSecondaryIndexes,
this.localSecondaryIndexes,
this.sSEDescription,
this.streamDescription,
this.timeToLiveDescription,
});