class Amazonite::CloudWatchLogs::GetLogFieldsRequest

Included Modules

Defined in:

cloudwatch_logs/get_log_fields_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data_source_name : String, data_source_type : String) #

[View source]
def self.new(pull : JSON::PullParser) #

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

The name of the data source to retrieve log fields for.


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

The name of the data source to retrieve log fields for.


[View source]
def data_source_type : String #

The type of the data source to retrieve log fields for.


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

The type of the data source to retrieve log fields for.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def validate! : Nil #

[View source]