StreamingDistributionList constructor
StreamingDistributionList({})
Implementation
StreamingDistributionList({
required this.isTruncated,
required this.marker,
required this.maxItems,
required this.quantity,
this.items,
this.nextMarker,
});