AssessmentTemplateFilter class

Used as the request parameter in the ListAssessmentTemplates action.

Constructors

AssessmentTemplateFilter({DurationRange? durationRange, String? namePattern, List<String>? rulesPackageArns})

Properties

durationRange 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.
final
hashCode int
The hash code for this object.
no setterinherited
namePattern String?
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.
final
rulesPackageArns List<String>?
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited