You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Inspector::Types::AssessmentTargetFilter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AssessmentTargetFilter as input to an Aws::Client method, you can use a vanilla Hash:

{
  assessment_target_name_pattern: "NamePattern",
}

Used as the request parameter in the ListAssessmentTargets action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_target_name_patternString

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.

Returns:

  • (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.