ExclusionPreview class

Contains information about what is excluded from an assessment run given the current state of the assessment template.

Constructors

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

Properties

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