class
Amazonite::DynamoDB::TableClassSummary
- Amazonite::DynamoDB::TableClassSummary
- Reference
- Object
Overview
Contains details of the table class.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/table_class_summary.crConstructors
- .new(pull : JSON::PullParser)
- .new(table_class : TableClass | Nil = nil, last_update_date_time : Time | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#last_update_date_time : Time | Nil
The date and time at which the table class was last updated.
-
#last_update_date_time=(last_update_date_time : Time | Nil)
The date and time at which the table class was last updated.
-
#table_class : TableClass | Nil
The table class of the specified table.
-
#table_class=(table_class : TableClass | Nil)
The table class of the specified table.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def last_update_date_time : Time | Nil
#
The date and time at which the table class was last updated.
def last_update_date_time=(last_update_date_time : Time | Nil)
#
The date and time at which the table class was last updated.
def table_class : TableClass | Nil
#
The table class of the specified table. Valid values are STANDARD and
STANDARD_INFREQUENT_ACCESS.
def table_class=(table_class : TableClass | Nil)
#
The table class of the specified table. Valid values are STANDARD and
STANDARD_INFREQUENT_ACCESS.