Class: Aws::SSM::Types::InstanceInformationFilter

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.

Use this operation instead of the DescribeInstanceInformationRequest$InstanceInformationFilterList method. The InstanceInformationFilterList method is a legacy method and doesn't support tags.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The name of the filter.

Returns:

  • (String)


9518
9519
9520
9521
9522
9523
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9518

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

#value_setArray<String>

The filter values.

Returns:

  • (Array<String>)


9518
9519
9520
9521
9522
9523
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9518

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