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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
# File 'lib/aws-sdk-guardduty/types.rb', line 3274

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

#descriptionString

The description of the filter.

Returns:

  • (String)


3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
# File 'lib/aws-sdk-guardduty/types.rb', line 3274

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.



3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
# File 'lib/aws-sdk-guardduty/types.rb', line 3274

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

#nameString

The name of the filter.

Returns:

  • (String)


3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
# File 'lib/aws-sdk-guardduty/types.rb', line 3274

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)


3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
# File 'lib/aws-sdk-guardduty/types.rb', line 3274

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>)


3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
# File 'lib/aws-sdk-guardduty/types.rb', line 3274

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