DescribeKinesisStreamingDestinationOutput constructor
DescribeKinesisStreamingDestinationOutput({
- List<
KinesisDataStreamDestination> ? kinesisDataStreamDestinations, - String? tableName,
Implementation
DescribeKinesisStreamingDestinationOutput({
this.kinesisDataStreamDestinations,
this.tableName,
});