Class: Aws::GuardDuty::Types::CoverageFilterCriterion

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

Overview

Represents a condition that when matched will be added to the response of the operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#criterion_keyString

An enum value representing possible filter fields.

<note markdown=“1”> Replace the enum value ‘CLUSTER_NAME` with `EKS_CLUSTER_NAME`. `CLUSTER_NAME` has been deprecated.

</note>

Returns:

  • (String)


983
984
985
986
987
988
# File 'lib/aws-sdk-guardduty/types.rb', line 983

class CoverageFilterCriterion < Struct.new(
  :criterion_key,
  :filter_condition)
  SENSITIVE = []
  include Aws::Structure
end

#filter_conditionTypes::CoverageFilterCondition

Contains information about the condition.



983
984
985
986
987
988
# File 'lib/aws-sdk-guardduty/types.rb', line 983

class CoverageFilterCriterion < Struct.new(
  :criterion_key,
  :filter_condition)
  SENSITIVE = []
  include Aws::Structure
end