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 ListAssessmentTemplates action.

Inheritance Hierarchy

System.Object
  Amazon.Inspector.Model.AssessmentTemplateFilter

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

Syntax

C#
public class AssessmentTemplateFilter

The AssessmentTemplateFilter type exposes the following members

Constructors

NameDescription
Public Method AssessmentTemplateFilter()

Properties

NameTypeDescription
Public Property DurationRange Amazon.Inspector.Model.DurationRange

Gets and sets the property DurationRange.

For a record to match a filter, the value specified for this data type property must inclusively match any value between the specified minimum and maximum values of the durationInSeconds property of the AssessmentTemplate 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 that contains a wildcard that is specified for this data type property must match the value of the assessmentTemplateName property of the AssessmentTemplate 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 values that are specified for this data type property must be contained in the list of values of the rulesPackageArns property of the AssessmentTemplate 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