DescribeStreamOutput constructor

DescribeStreamOutput({
  1. StreamInfo? streamInfo,
})

Implementation

DescribeStreamOutput({
  this.streamInfo,
});