class Amazonite::CloudWatchLogs::UpdateLookupTableResponse

Included Modules

Defined in:

cloudwatch_logs/update_lookup_table_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(lookup_table_arn : String | Nil = nil, last_updated_time : Int64 | 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 last_updated_time : Int64 | Nil #

The time when the lookup table was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.


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

The time when the lookup table was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.


[View source]
def lookup_table_arn : String | Nil #

The ARN of the lookup table that was updated.


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

The ARN of the lookup table that was updated.


[View source]
def validate! : Nil #

[View source]