Class: Aws::SSM::Types::NodeFilter

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

Overview

The filters for the operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The name of the filter.

Returns:

  • (String)


13688
13689
13690
13691
13692
13693
13694
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13688

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

#typeString

The type of filter operator.

Returns:

  • (String)


13688
13689
13690
13691
13692
13693
13694
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13688

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

#valuesArray<String>

A filter value supported by the specified key. For example, for the key PlatformType, supported values include Linux and Windows.

Returns:

  • (Array<String>)


13688
13689
13690
13691
13692
13693
13694
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13688

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