class Amazonite::CloudWatchLogs::LookupTable

Overview

Contains metadata about a lookup table returned by DescribeLookupTables.

Included Modules

Defined in:

cloudwatch_logs/lookup_table.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_fields : Array(String) | Nil = nil, records_count : Int64 | Nil = nil, size_bytes : Int64 | Nil = nil, last_updated_time : Int64 | Nil = nil, kms_key_id : String | Nil = nil) #

[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 records_count : Int64 | Nil #

The number of data rows in the lookup table, excluding the header row.


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

The number of data rows in the lookup table, excluding the header row.


[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_fields : Array(String) | Nil #

The column headers from the first row of the CSV file.


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

The column headers from the first row of the CSV file.


[View source]
def validate! : Nil #

[View source]