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.

Used as the request parameter in the ListAssessmentRuns action.

Inheritance Hierarchy

System.Object
  Amazon.Inspector.Model.AssessmentRunFilter

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

Syntax

C#
public class AssessmentRunFilter

The AssessmentRunFilter type exposes the following members

Constructors

NameDescription
Public Method AssessmentRunFilter()

Properties

NameTypeDescription
Public Property CompletionTimeRange Amazon.Inspector.Model.TimestampRange

Gets and sets the property CompletionTimeRange.

For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the completedAt property of the AssessmentRun data type.

Public Property DurationRange Amazon.Inspector.Model.DurationRange

Gets and sets the property DurationRange.

For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the durationInSeconds property of the AssessmentRun data type.

Public Property NamePattern System.String

Gets and sets the property NamePattern.

For a record to match a filter, an explicit value or a string containing a wildcard that is specified for this data type property must match the value of the assessmentRunName property of the AssessmentRun data type.

Public Property RulesPackageArns System.Collections.Generic.List<System.String>

Gets and sets the property RulesPackageArns.

For a record to match a filter, the value that is specified for this data type property must be contained in the list of values of the rulesPackages property of the AssessmentRun data type.

Public Property StartTimeRange Amazon.Inspector.Model.TimestampRange

Gets and sets the property StartTimeRange.

For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the startTime property of the AssessmentRun data type.

Public Property StateChangeTimeRange Amazon.Inspector.Model.TimestampRange

Gets and sets the property StateChangeTimeRange.

For a record to match a filter, the value that is specified for this data type property must match the stateChangedAt property of the AssessmentRun data type.

Public Property States System.Collections.Generic.List<System.String>

Gets and sets the property States.

For a record to match a filter, one of the values specified for this data type property must be the exact match of the value of the assessmentRunState property of the AssessmentRun data type.

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