Class: Aws::SSM::Types::OpsItemFilter

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

Overview

Describes an OpsItem filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The name of the filter.

Returns:

  • (String)


13049
13050
13051
13052
13053
13054
13055
# File 'lib/aws-sdk-ssm/types.rb', line 13049

class OpsItemFilter < Struct.new(
  :key,
  :values,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end

#operatorString

The operator used by the filter call.

Returns:

  • (String)


13049
13050
13051
13052
13053
13054
13055
# File 'lib/aws-sdk-ssm/types.rb', line 13049

class OpsItemFilter < Struct.new(
  :key,
  :values,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

The filter value.

Returns:

  • (Array<String>)


13049
13050
13051
13052
13053
13054
13055
# File 'lib/aws-sdk-ssm/types.rb', line 13049

class OpsItemFilter < Struct.new(
  :key,
  :values,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end