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)


10073
10074
10075
10076
10077
10078
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10073

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

#value_setArray<String>

The filter values.

Returns:

  • (Array<String>)


10073
10074
10075
10076
10077
10078
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10073

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