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

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


13408
13409
13410
13411
13412
13413
13414
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13408

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)


13408
13409
13410
13411
13412
13413
13414
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13408

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

#valuesArray<String>

The values for the filter.

Returns:

  • (Array<String>)


13408
13409
13410
13411
13412
13413
13414
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13408

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