AttackDetail constructor
AttackDetail({
- List<
SummarizedCounter> ? attackCounters, - String? attackId,
- List<
AttackProperty> ? attackProperties, - DateTime? endTime,
- List<
Mitigation> ? mitigations, - String? resourceArn,
- DateTime? startTime,
- List<
SubResourceSummary> ? subResources,
Implementation
AttackDetail({
this.attackCounters,
this.attackId,
this.attackProperties,
this.endTime,
this.mitigations,
this.resourceArn,
this.startTime,
this.subResources,
});