AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.Inspector.Model.ExclusionPreview

Namespace: Amazon.Inspector.Model
Assembly: AWSSDK.Inspector.dll
Version: 3.x.y.z

Syntax

C#
public class ExclusionPreview

The ExclusionPreview type exposes the following members

Constructors

NameDescription
Public Method ExclusionPreview()

Properties

NameTypeDescription
Public Property Attributes System.Collections.Generic.List<Amazon.Inspector.Model.Attribute>

Gets and sets the property Attributes.

The system-defined attributes for the exclusion preview.

Public Property Description System.String

Gets and sets the property Description.

The description of the exclusion preview.

Public Property Recommendation System.String

Gets and sets the property Recommendation.

The recommendation for the exclusion preview.

Public Property Scopes System.Collections.Generic.List<Amazon.Inspector.Model.Scope>

Gets and sets the property Scopes.

The AWS resources for which the exclusion preview pertains.

Public Property Title System.String

Gets and sets the property Title.

The name of the exclusion preview.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5