Class: Aws::Macie2::Types::FindingsFilterListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::FindingsFilterListItem
- 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
-
#action ⇒ String
The action to perform on findings that match the filter criteria.
-
#arn ⇒ String
-
#id ⇒ String
-
#name ⇒ String
-
#tags ⇒ Hash<String,String>
A string-to-string map of key-value pairs that specifies the tags (keys and values) for an Amazon Macie resource.
Instance Attribute Details
#action ⇒ String
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:
2551 2552 2553 2554 2555 2556 2557 2558 2559 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2551 class FindingsFilterListItem < Struct.new( :action, :arn, :id, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
2551 2552 2553 2554 2555 2556 2557 2558 2559 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2551 class FindingsFilterListItem < Struct.new( :action, :arn, :id, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
2551 2552 2553 2554 2555 2556 2557 2558 2559 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2551 class FindingsFilterListItem < Struct.new( :action, :arn, :id, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
2551 2552 2553 2554 2555 2556 2557 2558 2559 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2551 class FindingsFilterListItem < Struct.new( :action, :arn, :id, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A string-to-string map of key-value pairs that specifies the tags (keys and values) for an Amazon Macie resource.
2551 2552 2553 2554 2555 2556 2557 2558 2559 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2551 class FindingsFilterListItem < Struct.new( :action, :arn, :id, :name, :tags) SENSITIVE = [] include Aws::Structure end |