Exclusion class

Contains information about what was excluded from an assessment run.

Constructors

Exclusion({required String arn, required String description, required String recommendation, required List<Scope> scopes, required String title, List<Attribute>? attributes})
Exclusion.fromJson(Map<String, dynamic> json)
factory

Properties

arn String
The ARN that specifies the exclusion.
final
attributes List<Attribute>?
The system-defined attributes for the exclusion.
final
description String
The description of the exclusion.
final
hashCode int
The hash code for this object.
no setterinherited
recommendation String
The recommendation for the exclusion.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes List<Scope>
The AWS resources for which the exclusion pertains.
final
title String
The name of the exclusion.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited