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)


14158
14159
14160
14161
14162
14163
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14158

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

#valuesArray<String>

The filter values.

Returns:

  • (Array<String>)


14158
14159
14160
14161
14162
14163
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14158

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