Class: Aws::SSM::Types::ParametersFilter

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 ParameterStringFilter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The name of the filter.

Returns:

  • (String)


14493
14494
14495
14496
14497
14498
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14493

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

#valuesArray<String>

The filter values.

Returns:

  • (Array<String>)


14493
14494
14495
14496
14497
14498
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14493

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