class Amazonite::DynamoDB::TableClassSummary

Overview

Contains details of the table class.

Included Modules

Defined in:

dynamodb/table_class_summary.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(table_class : TableClass | Nil = nil, last_update_date_time : Time | 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_update_date_time : Time | Nil #

The date and time at which the table class was last updated.


[View source]
def last_update_date_time=(last_update_date_time : Time | Nil) #

The date and time at which the table class was last updated.


[View source]
def table_class : TableClass | Nil #

The table class of the specified table. Valid values are STANDARD and STANDARD_INFREQUENT_ACCESS.


[View source]
def table_class=(table_class : TableClass | Nil) #

The table class of the specified table. Valid values are STANDARD and STANDARD_INFREQUENT_ACCESS.


[View source]
def validate! : Nil #

[View source]