class Amazonite::Ssm::NodeFilter

Overview

The filters for the operation.

Included Modules

Defined in:

ssm/node_filter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : NodeFilterKey, values : Array(String), type : NodeFilterOperatorType | Nil = nil) #

[View source]
def self.new(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 : NodeFilterKey #

The name of the filter.


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

The name of the filter.


[View source]
def type : NodeFilterOperatorType | Nil #

The type of filter operator.


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

The type of filter operator.


[View source]
def validate! : Nil #

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

A filter value supported by the specified key. For example, for the key PlatformType, supported values include Linux and Windows.


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

A filter value supported by the specified key. For example, for the key PlatformType, supported values include Linux and Windows.


[View source]