class Amazonite::Ssm::OpsItemEventFilter

Overview

Describes a filter for a specific list of OpsItem events. You can filter event information by using tags. You specify tags by using a key-value pair mapping.

Included Modules

Defined in:

ssm/ops_item_event_filter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : OpsItemEventFilterKey, values : Array(String), operator : OpsItemEventFilterOperator) #

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


The name of the filter key. Currently, the only supported value is OpsItemId.


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

The name of the filter key. Currently, the only supported value is OpsItemId.


[View source]
def operator : OpsItemEventFilterOperator #

The operator used by the filter call. Currently, the only supported value is Equal.


[View source]
def operator=(operator : OpsItemEventFilterOperator) #

The operator used by the filter call. Currently, the only supported value is Equal.


[View source]
def validate! : Nil #

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

The values for the filter, consisting of one or more OpsItem IDs.


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

The values for the filter, consisting of one or more OpsItem IDs.


[View source]