DescribeDiscovererResponse constructor

DescribeDiscovererResponse({
  1. String? description,
  2. String? discovererArn,
  3. String? discovererId,
  4. String? sourceArn,
  5. DiscovererState? state,
  6. Map<String, String>? tags,
})

Implementation

DescribeDiscovererResponse({
  this.description,
  this.discovererArn,
  this.discovererId,
  this.sourceArn,
  this.state,
  this.tags,
});