DiscovererSummary constructor

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

Implementation

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