Class: Aws::SSM::Types::ComplianceStringFilter

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

Overview

One or more filters. Use a filter to return a more specific list of results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The name of the filter.

Returns:

  • (String)


2622
2623
2624
2625
2626
2627
2628
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 2622

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

#typeString

The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or GreaterThan.

Returns:

  • (String)


2622
2623
2624
2625
2626
2627
2628
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 2622

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

#valuesArray<String>

The value for which to search.

Returns:

  • (Array<String>)


2622
2623
2624
2625
2626
2627
2628
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 2622

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