class Aws::Inspector::Types::AssessmentTemplateFilter
Used as the request parameter in the ListAssessmentTemplates action.
@note When making an API call, you may pass AssessmentTemplateFilter
data as a hash: { name_pattern: "NamePattern", duration_range: { min_seconds: 1, max_seconds: 1, }, rules_package_arns: ["Arn"], }
@!attribute [rw] name_pattern
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. @return [String]
@!attribute [rw] duration_range
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. @return [Types::DurationRange]
@!attribute [rw] rules_package_arns
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. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/AssessmentTemplateFilter AWS API Documentation
Constants
- SENSITIVE