class Amazonite::CloudWatchLogs::GetLookupTableResponse

Included Modules

Defined in:

cloudwatch_logs/get_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, lookup_table_name : String | Nil = nil, description : String | Nil = nil, table_body : String | Nil = nil, size_bytes : Int64 | Nil = nil, last_updated_time : Int64 | Nil = nil, kms_key_id : String | 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 description : String | Nil #

The description of the lookup table.


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

The description of the lookup table.


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

See Object#hash(hasher)


def kms_key_id : String | Nil #

The ARN of the KMS key used to encrypt the lookup table data, if applicable.


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

The ARN of the KMS key used to encrypt the lookup table data, if applicable.


[View source]
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.


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

The ARN of the lookup table.


[View source]
def lookup_table_name : String | Nil #

The name of the lookup table.


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

The name of the lookup table.


[View source]
def size_bytes : Int64 | Nil #

The size of the lookup table in bytes.


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

The size of the lookup table in bytes.


[View source]
def table_body : String | Nil #

The full CSV content of the lookup table.


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

The full CSV content of the lookup table.


[View source]
def validate! : Nil #

[View source]