Class: Aws::GuardDuty::Types::CoverageFilterCondition

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

#equalsArray<String>

Represents an equal condition that is applied to a single field while retrieving the coverage details.

Returns:

  • (Array<String>)


757
758
759
760
761
762
# File 'lib/aws-sdk-guardduty/types.rb', line 757

class CoverageFilterCondition < Struct.new(
  :equals,
  :not_equals)
  SENSITIVE = []
  include Aws::Structure
end

#not_equalsArray<String>

Represents a not equal condition that is applied to a single field while retrieving the coverage details.

Returns:

  • (Array<String>)


757
758
759
760
761
762
# File 'lib/aws-sdk-guardduty/types.rb', line 757

class CoverageFilterCondition < Struct.new(
  :equals,
  :not_equals)
  SENSITIVE = []
  include Aws::Structure
end