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

Class: Aws::Macie2::Types::FindingsFilterListItem

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

Overview

Provides information about a findings filter.

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action to perform on findings that meet the filter criteria. To suppress (automatically archive) findings that meet the criteria, set this value to ARCHIVE. Valid values are:

Possible values:

  • ARCHIVE
  • NOOP

Returns:

  • (String)

    The action to perform on findings that meet the filter criteria.

#arnString

Returns:

  • (String)

#idString

Returns:

  • (String)

#nameString

Returns:

  • (String)

#tagsHash<String,String>

A string-to-string map of key-value pairs that specifies the tags (keys and values) for a classification job, custom data identifier, findings filter, or member account.

Returns:

  • (Hash<String,String>)

    A string-to-string map of key-value pairs that specifies the tags (keys and values) for a classification job, custom data identifier, findings filter, or member account.

    .