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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb

Overview

Provides information about a findings filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

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

Returns:

  • (String)


2456
2457
2458
2459
2460
2461
2462
2463
2464
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2456

class FindingsFilterListItem < Struct.new(
  :action,
  :arn,
  :id,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

Returns:

  • (String)


2456
2457
2458
2459
2460
2461
2462
2463
2464
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2456

class FindingsFilterListItem < Struct.new(
  :action,
  :arn,
  :id,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Returns:

  • (String)


2456
2457
2458
2459
2460
2461
2462
2463
2464
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2456

class FindingsFilterListItem < Struct.new(
  :action,
  :arn,
  :id,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)


2456
2457
2458
2459
2460
2461
2462
2463
2464
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2456

class FindingsFilterListItem < Struct.new(
  :action,
  :arn,
  :id,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A string-to-string map of key-value pairs that specifies the tags (keys and values) for an Amazon Macie resource.

Returns:

  • (Hash<String,String>)


2456
2457
2458
2459
2460
2461
2462
2463
2464
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2456

class FindingsFilterListItem < Struct.new(
  :action,
  :arn,
  :id,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end