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


943
944
945
946
947
948
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 943

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


943
944
945
946
947
948
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 943

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