Class: Aws::Macie2::Types::GetFindingsFilterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::GetFindingsFilterResponse
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Provides information about the criteria and other settings for a findings filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action to perform on findings that meet the filter criteria.
-
#arn ⇒ String
-
#description ⇒ String
-
#finding_criteria ⇒ Types::FindingCriteria
Specifies, as a map, one or more property-based conditions that filter the results of a query for findings.
-
#id ⇒ String
-
#name ⇒ String
-
#position ⇒ Integer
-
#tags ⇒ 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.
Instance Attribute Details
#action ⇒ String
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:
2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2978 class GetFindingsFilterResponse < Struct.new( :action, :arn, :description, :finding_criteria, :id, :name, :position, :tags) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2978 class GetFindingsFilterResponse < Struct.new( :action, :arn, :description, :finding_criteria, :id, :name, :position, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2978 class GetFindingsFilterResponse < Struct.new( :action, :arn, :description, :finding_criteria, :id, :name, :position, :tags) SENSITIVE = [] include Aws::Structure end |
#finding_criteria ⇒ Types::FindingCriteria
Specifies, as a map, one or more property-based conditions that filter the results of a query for findings.
2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2978 class GetFindingsFilterResponse < Struct.new( :action, :arn, :description, :finding_criteria, :id, :name, :position, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2978 class GetFindingsFilterResponse < Struct.new( :action, :arn, :description, :finding_criteria, :id, :name, :position, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2978 class GetFindingsFilterResponse < Struct.new( :action, :arn, :description, :finding_criteria, :id, :name, :position, :tags) SENSITIVE = [] include Aws::Structure end |
#position ⇒ Integer
2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2978 class GetFindingsFilterResponse < Struct.new( :action, :arn, :description, :finding_criteria, :id, :name, :position, :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 a classification job, custom data identifier, findings filter, or member account.
2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2978 class GetFindingsFilterResponse < Struct.new( :action, :arn, :description, :finding_criteria, :id, :name, :position, :tags) SENSITIVE = [] include Aws::Structure end |