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

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


13204
13205
13206
13207
13208
13209
13210
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13204

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

#operatorString

The operator used by the filter call.

Returns:

  • (String)


13204
13205
13206
13207
13208
13209
13210
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13204

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

#valuesArray<String>

The filter value.

Returns:

  • (Array<String>)


13204
13205
13206
13207
13208
13209
13210
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13204

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