class Amazonite::CloudWatchLogs::LogFieldsListItem

Overview

Represents a log field with its name and data type information for a specific data source.

Included Modules

Defined in:

cloudwatch_logs/log_fields_list_item.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(log_field_name : String | Nil = nil, log_field_type : LogFieldType | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable 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 log_field_name : String | Nil #

The name of the log field.


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

The name of the log field.


[View source]
def log_field_type : LogFieldType | Nil #

The data type information for the log field.


[View source]
def log_field_type=(log_field_type : LogFieldType | Nil) #

The data type information for the log field.


[View source]
def validate! : Nil #

[View source]