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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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>)


969
970
971
972
973
974
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 969

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


969
970
971
972
973
974
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 969

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