Class: Aws::SSM::Types::InstancePropertyStringFilter

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

Overview

The filters to describe or get information about your managed nodes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The filter key name to describe your managed nodes.

Returns:

  • (String)


10084
10085
10086
10087
10088
10089
10090
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10084

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

#operatorString

The operator used by the filter call.

Returns:

  • (String)


10084
10085
10086
10087
10088
10089
10090
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10084

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

#valuesArray<String>

The filter key name to describe your managed nodes.

Returns:

  • (Array<String>)


10084
10085
10086
10087
10088
10089
10090
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10084

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