Class: Aws::SSM::Types::InstancePropertyFilter

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

Overview

Describes a filter for a specific list of managed nodes. You can filter node information by using tags. You specify tags by using a key-value mapping.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The name of the filter.

Returns:

  • (String)


10035
10036
10037
10038
10039
10040
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10035

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

#value_setArray<String>

The filter values.

Returns:

  • (Array<String>)


10035
10036
10037
10038
10039
10040
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10035

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