class Amazonite::Ssm::DocumentFilter

Overview

This data type is deprecated. Instead, use DocumentKeyValuesFilter.

Included Modules

Defined in:

ssm/document_filter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : DocumentFilterKey, value : String) #

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

The name of the filter.


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

The name of the filter.


[View source]
def validate! : Nil #

[View source]
def value : String #

The value of the filter.


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

The value of the filter.


[View source]