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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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.

<note markdown=“1”> ‘InstanceId` has been deprecated.

</note>

Returns:

  • (String)


792
793
794
795
796
797
# File 'lib/aws-sdk-ssm/types.rb', line 792

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

#valueString

The filter value.

Returns:

  • (String)


792
793
794
795
796
797
# File 'lib/aws-sdk-ssm/types.rb', line 792

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