class Amazonite::Ssm::PatchOrchestratorFilter

Overview

Defines a filter used in Patch Manager APIs. Supported filter keys depend on the API operation that includes the filter. Patch Manager API operations that use PatchOrchestratorFilter include the following:

Included Modules

Defined in:

ssm/patch_orchestrator_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) #

[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 key for the filter.


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

The key for the filter.


[View source]
def validate! : Nil #

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

The value for the filter.


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

The value for the filter.


[View source]