class Amazonite::Ssm::OpsItemRelatedItemsFilter

Overview

Describes a filter for a specific list of related-item resources.

Included Modules

Defined in:

ssm/ops_item_related_items_filter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : OpsItemRelatedItemsFilterKey, values : Array(String), operator : OpsItemRelatedItemsFilterOperator) #

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


The name of the filter key. Supported values include ResourceUri, ResourceType, or AssociationId.


[View source]

The name of the filter key. Supported values include ResourceUri, ResourceType, or AssociationId.


[View source]

The operator used by the filter call. The only supported operator is EQUAL.


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

The operator used by the filter call. The only supported operator is EQUAL.


[View source]
def validate! : Nil #

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

The values for the filter.


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

The values for the filter.


[View source]