class Amazonite::Ssm::ComplianceStringFilter

Overview

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

Included Modules

Defined in:

ssm/compliance_string_filter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(key : String | Nil = nil, values : Array(String) | Nil = nil, type : ComplianceQueryOperatorType | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def key : String | Nil #

The name of the filter.


[View source]
def key=(key : String | Nil) #

The name of the filter.


[View source]
def type : ComplianceQueryOperatorType | Nil #

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


[View source]
def type=(type : ComplianceQueryOperatorType | Nil) #

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


[View source]
def validate! : Nil #

[View source]
def values : Array(String) | Nil #

The value for which to search.


[View source]
def values=(values : Array(String) | Nil) #

The value for which to search.


[View source]