ListPlaybackConfigurationsResponse constructor

ListPlaybackConfigurationsResponse({
  1. List<PlaybackConfiguration>? items,
  2. String? nextToken,
})

Implementation

ListPlaybackConfigurationsResponse({
  this.items,
  this.nextToken,
});