class Amazonite::Ssm::InstancePropertyStringFilter

Overview

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

Included Modules

Defined in:

ssm/instance_property_string_filter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : String, values : Array(String), operator : InstancePropertyFilterOperator | Nil = nil) #

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

[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 #

The filter key name to describe your managed nodes.


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

The filter key name to describe your managed nodes.


[View source]
def operator : InstancePropertyFilterOperator | Nil #

The operator used by the filter call.


[View source]
def operator=(operator : InstancePropertyFilterOperator | Nil) #

The operator used by the filter call.


[View source]
def validate! : Nil #

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

The filter key name to describe your managed nodes.


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

The filter key name to describe your managed nodes.


[View source]