AssociationSummary constructor
AssociationSummary({
- AssociationEdgeType? associationType,
- UserContext? createdBy,
- DateTime? creationTime,
- String? destinationArn,
- String? destinationName,
- String? destinationType,
- String? sourceArn,
- String? sourceName,
- String? sourceType,
Implementation
AssociationSummary({
this.associationType,
this.createdBy,
this.creationTime,
this.destinationArn,
this.destinationName,
this.destinationType,
this.sourceArn,
this.sourceName,
this.sourceType,
});