class Amazonite::CloudWatch::DimensionFilter

Overview

Represents filters for a dimension.

Included Modules

Defined in:

cloudwatch/dimension_filter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(name : String, value : 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 name : String #

The dimension name to be matched.


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

The dimension name to be matched.


[View source]
def validate! : Nil #

[View source]
def value : String | Nil #

The value of the dimension to be matched.


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

The value of the dimension to be matched.


[View source]