Class: Aws::SSM::Types::OpsItemRelatedItemsFilter

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

Overview

Describes a filter for a specific list of related-item resources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The name of the filter key. Supported values include ‘ResourceUri`, `ResourceType`, or `AssociationId`.

Returns:

  • (String)


13224
13225
13226
13227
13228
13229
13230
# File 'lib/aws-sdk-ssm/types.rb', line 13224

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

#operatorString

The operator used by the filter call. The only supported operator is ‘EQUAL`.

Returns:

  • (String)


13224
13225
13226
13227
13228
13229
13230
# File 'lib/aws-sdk-ssm/types.rb', line 13224

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

#valuesArray<String>

The values for the filter.

Returns:

  • (Array<String>)


13224
13225
13226
13227
13228
13229
13230
# File 'lib/aws-sdk-ssm/types.rb', line 13224

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