AssociationSummary constructor

AssociationSummary({
  1. AssociationEdgeType? associationType,
  2. UserContext? createdBy,
  3. DateTime? creationTime,
  4. String? destinationArn,
  5. String? destinationName,
  6. String? destinationType,
  7. String? sourceArn,
  8. String? sourceName,
  9. String? sourceType,
})

Implementation

AssociationSummary({
  this.associationType,
  this.createdBy,
  this.creationTime,
  this.destinationArn,
  this.destinationName,
  this.destinationType,
  this.sourceArn,
  this.sourceName,
  this.sourceType,
});