Class: Aws::SSM::Types::AssociationFilter

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

Overview

Describes a filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The name of the filter.

InstanceId has been deprecated.

Returns:

  • (String)


808
809
810
811
812
813
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 808

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

#valueString

The filter value.

Returns:

  • (String)


808
809
810
811
812
813
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 808

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