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 was excluded from an assessment run.

Inheritance Hierarchy

System.Object
  Amazon.Inspector.Model.Exclusion

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

Syntax

C#
public class Exclusion

The Exclusion type exposes the following members

Constructors

NameDescription
Public Method Exclusion()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The ARN that specifies the exclusion.

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

Gets and sets the property Attributes.

The system-defined attributes for the exclusion.

Public Property Description System.String

Gets and sets the property Description.

The description of the exclusion.

Public Property Recommendation System.String

Gets and sets the property Recommendation.

The recommendation for the exclusion.

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

Gets and sets the property Scopes.

The AWS resources for which the exclusion pertains.

Public Property Title System.String

Gets and sets the property Title.

The name of the exclusion.

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