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

Inherits:
Struct
  • Object
show all
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

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)


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