Class: Aws::GuardDuty::Types::GetFilterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetFilterResponse
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
Specifies the action that is to be applied to the findings that match the filter.
-
#description ⇒ String
The description of the filter.
-
#finding_criteria ⇒ Types::FindingCriteria
Represents the criteria to be used in the filter for querying findings.
-
#name ⇒ String
The name of the filter.
-
#rank ⇒ Integer
Specifies the position of the filter in the list of current filters.
-
#tags ⇒ Hash<String,String>
The tags of the filter resource.
Instance Attribute Details
#action ⇒ String
Specifies the action that is to be applied to the findings that match the filter.
2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2374 class GetFilterResponse < Struct.new( :name, :description, :action, :rank, :finding_criteria, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the filter.
2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2374 class GetFilterResponse < Struct.new( :name, :description, :action, :rank, :finding_criteria, :tags) SENSITIVE = [] include Aws::Structure end |
#finding_criteria ⇒ Types::FindingCriteria
Represents the criteria to be used in the filter for querying findings.
2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2374 class GetFilterResponse < Struct.new( :name, :description, :action, :rank, :finding_criteria, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the filter.
2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2374 class GetFilterResponse < Struct.new( :name, :description, :action, :rank, :finding_criteria, :tags) SENSITIVE = [] include Aws::Structure end |
#rank ⇒ Integer
Specifies the position of the filter in the list of current filters. Also specifies the order in which this filter is applied to the findings.
2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2374 class GetFilterResponse < Struct.new( :name, :description, :action, :rank, :finding_criteria, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags of the filter resource.
2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2374 class GetFilterResponse < Struct.new( :name, :description, :action, :rank, :finding_criteria, :tags) SENSITIVE = [] include Aws::Structure end |