Class: Aws::SSMIncidents::Types::Filter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb

Overview

Filter the selection by using a condition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conditionTypes::Condition

The condition accepts before or after a specified time, equal to a string, or equal to an integer.

Returns:



755
756
757
758
759
760
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 755

class Filter < Struct.new(
  :condition,
  :key)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The key that you're filtering on.

Returns:

  • (String)


755
756
757
758
759
760
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 755

class Filter < Struct.new(
  :condition,
  :key)
  SENSITIVE = []
  include Aws::Structure
end