class
Amazonite::CloudWatchLogs::TypeConverterEntry
- Amazonite::CloudWatchLogs::TypeConverterEntry
- Reference
- Object
Overview
This object defines one value type that will be converted using the typeConverter processor.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/type_converter_entry.crConstructors
- .new(key : String, type : Type)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key : String
The key with the value that is to be converted to a different type.
-
#key=(key : String)
The key with the value that is to be converted to a different type.
-
#type : Type
The type to convert the field value to.
-
#type=(type : Type)
The type to convert the field value to.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
The type to convert the field value to. Valid values are integer, double, string and
boolean.
The type to convert the field value to. Valid values are integer, double, string and
boolean.