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 match 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 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:
3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3073 class GetFindingsFilterResponse < Struct.new( :action, :arn, :description, :finding_criteria, :id, :name, :position, :tags) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3073 class GetFindingsFilterResponse < Struct.new( :action, :arn, :description, :finding_criteria, :id, :name, :position, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3073 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.
3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3073 class GetFindingsFilterResponse < Struct.new( :action, :arn, :description, :finding_criteria, :id, :name, :position, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3073 class GetFindingsFilterResponse < Struct.new( :action, :arn, :description, :finding_criteria, :id, :name, :position, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3073 class GetFindingsFilterResponse < Struct.new( :action, :arn, :description, :finding_criteria, :id, :name, :position, :tags) SENSITIVE = [] include Aws::Structure end |
#position ⇒ Integer
3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3073 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 an Amazon Macie resource.
3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3073 class GetFindingsFilterResponse < Struct.new( :action, :arn, :description, :finding_criteria, :id, :name, :position, :tags) SENSITIVE = [] include Aws::Structure end |