AttackSummary constructor

AttackSummary({
  1. String? attackId,
  2. List<AttackVectorDescription>? attackVectors,
  3. DateTime? endTime,
  4. String? resourceArn,
  5. DateTime? startTime,
})

Implementation

AttackSummary({
  this.attackId,
  this.attackVectors,
  this.endTime,
  this.resourceArn,
  this.startTime,
});