class Amazonite::CloudWatchLogs::TypeConverterEntry

Overview

This object defines one value type that will be converted using the typeConverter processor.

Included Modules

Defined in:

cloudwatch_logs/type_converter_entry.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : String, type : Type) #

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

The key with the value that is to be converted to a different type.


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

The key with the value that is to be converted to a different type.


[View source]
def type : Type #

The type to convert the field value to. Valid values are integer, double, string and boolean.


[View source]
def type=(type : Type) #

The type to convert the field value to. Valid values are integer, double, string and boolean.


[View source]
def validate! : Nil #

[View source]