Class: Aws::Inspector::Types::AssessmentTemplateFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::AssessmentTemplateFilter
- Defined in:
- gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb
Overview
Used as the request parameter in the ListAssessmentTemplates action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#duration_range ⇒ Types::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.
-
#name_pattern ⇒ 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.
-
#rules_package_arns ⇒ Array<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.
Instance Attribute Details
#duration_range ⇒ Types::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.
630 631 632 633 634 635 636 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 630 class AssessmentTemplateFilter < Struct.new( :name_pattern, :duration_range, :rules_package_arns) SENSITIVE = [] include Aws::Structure end |
#name_pattern ⇒ 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.
630 631 632 633 634 635 636 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 630 class AssessmentTemplateFilter < Struct.new( :name_pattern, :duration_range, :rules_package_arns) SENSITIVE = [] include Aws::Structure end |
#rules_package_arns ⇒ Array<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.
630 631 632 633 634 635 636 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 630 class AssessmentTemplateFilter < Struct.new( :name_pattern, :duration_range, :rules_package_arns) SENSITIVE = [] include Aws::Structure end |