Class: Aws::Inspector::Types::AssessmentTargetFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::AssessmentTargetFilter
- Defined in:
- gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb
Overview
Used as the request parameter in the ListAssessmentTargets action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_target_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 assessmentTargetName property of the AssessmentTarget data type.
Instance Attribute Details
#assessment_target_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 assessmentTargetName property of the AssessmentTarget data type.
536 537 538 539 540 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 536 class AssessmentTargetFilter < Struct.new( :assessment_target_name_pattern) SENSITIVE = [] include Aws::Structure end |