Class: Aws::SSM::Types::PatchOrchestratorFilter

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

Overview

Defines a filter used in Patch Manager APIs. Supported filter keys depend on the API operation that includes the filter. Patch Manager API operations that use PatchOrchestratorFilter include the following:

  • DescribeAvailablePatches

  • DescribeInstancePatches

  • DescribePatchBaselines

  • DescribePatchGroups

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key for the filter.

Returns:

  • (String)


14550
14551
14552
14553
14554
14555
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14550

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

#valuesArray<String>

The value for the filter.

Returns:

  • (Array<String>)


14550
14551
14552
14553
14554
14555
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14550

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