You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SSM::Types::ComplianceStringFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ComplianceStringFilter
- Defined in:
- (unknown)
Overview
Note:
When passing ComplianceStringFilter as input to an Aws::Client method, you can use a vanilla Hash:
{
key: "ComplianceStringFilterKey",
values: ["ComplianceFilterValue"],
type: "EQUAL", # accepts EQUAL, NOT_EQUAL, BEGIN_WITH, LESS_THAN, GREATER_THAN
}
One or more filters. Use a filter to return a more specific list of results.
Instance Attribute Summary collapse
-
#key ⇒ String
The name of the filter.
-
#type ⇒ String
The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or GreaterThan.
-
#values ⇒ Array<String>
The value for which to search.
Instance Attribute Details
#key ⇒ String
The name of the filter.
#type ⇒ String
The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or GreaterThan.
Possible values:
- EQUAL
- NOT_EQUAL
- BEGIN_WITH
- LESS_THAN
- GREATER_THAN
#values ⇒ Array<String>
The value for which to search.