class Amazonite::CloudWatchLogs::CreateLookupTableResponse

Included Modules

Defined in:

cloudwatch_logs/create_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, created_at : 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 created_at : Int64 | Nil #

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


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

The time when the lookup table was created, 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 lookup_table_arn : String | Nil #

The ARN of the lookup table that was created.


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

The ARN of the lookup table that was created.


[View source]
def validate! : Nil #

[View source]