Class: Aws::GuardDuty::Types::GetFilterResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

Specifies the action that is to be applied to the findings that match the filter.

Returns:

  • (String)


3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3506

class GetFilterResponse < Struct.new(
  :name,
  :description,
  :action,
  :rank,
  :finding_criteria,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the filter.

Returns:

  • (String)


3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3506

class GetFilterResponse < Struct.new(
  :name,
  :description,
  :action,
  :rank,
  :finding_criteria,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#finding_criteriaTypes::FindingCriteria

Represents the criteria to be used in the filter for querying findings.



3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3506

class GetFilterResponse < Struct.new(
  :name,
  :description,
  :action,
  :rank,
  :finding_criteria,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the filter.

Returns:

  • (String)


3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3506

class GetFilterResponse < Struct.new(
  :name,
  :description,
  :action,
  :rank,
  :finding_criteria,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#rankInteger

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.

Returns:

  • (Integer)


3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3506

class GetFilterResponse < Struct.new(
  :name,
  :description,
  :action,
  :rank,
  :finding_criteria,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags of the filter resource.

Returns:

  • (Hash<String,String>)


3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3506

class GetFilterResponse < Struct.new(
  :name,
  :description,
  :action,
  :rank,
  :finding_criteria,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end