Class: Aws::SSM::Types::DocumentFilter

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

Overview

This data type is deprecated. Instead, use DocumentKeyValuesFilter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The name of the filter.

Returns:

  • (String)


6647
6648
6649
6650
6651
6652
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6647

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

#valueString

The value of the filter.

Returns:

  • (String)


6647
6648
6649
6650
6651
6652
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6647

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