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)


10058
10059
10060
10061
10062
10063
10064
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10058

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

#operatorString

The operator used by the filter call.

Returns:

  • (String)


10058
10059
10060
10061
10062
10063
10064
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10058

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>)


10058
10059
10060
10061
10062
10063
10064
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10058

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