class Amazonite::CloudWatchLogs::GetTransformerResponse

Included Modules

Defined in:

cloudwatch_logs/get_transformer_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(log_group_identifier : String | Nil = nil, creation_time : Int64 | Nil = nil, last_modified_time : Int64 | Nil = nil, transformer_config : Array(Processor) | 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 creation_time : Int64 | Nil #

The creation time of the transformer, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.


[View source]
def creation_time=(creation_time : Int64 | Nil) #

The creation time of the transformer, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.


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

See Object#hash(hasher)


def last_modified_time : Int64 | Nil #

The date and time when this transformer was most recently modified, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.


[View source]
def last_modified_time=(last_modified_time : Int64 | Nil) #

The date and time when this transformer was most recently modified, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.


[View source]
def log_group_identifier : String | Nil #

The ARN of the log group that you specified in your request.


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

The ARN of the log group that you specified in your request.


[View source]
def transformer_config : Array(Processor) | Nil #

This sructure contains the configuration of the requested transformer.


[View source]
def transformer_config=(transformer_config : Array(Processor) | Nil) #

This sructure contains the configuration of the requested transformer.


[View source]
def validate! : Nil #

[View source]