class Amazonite::DynamoDB::GlobalTableDescription

Overview

Contains details about the global table.

Included Modules

Defined in:

dynamodb/global_table_description.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(replication_group : Array(ReplicaDescription) | Nil = nil, global_table_arn : String | Nil = nil, creation_date_time : Time | Nil = nil, global_table_status : GlobalTableStatus | Nil = nil, global_table_name : 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 creation_date_time : Time | Nil #

The creation time of the global table.


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

The creation time of the global table.


[View source]
def global_table_arn : String | Nil #

The unique identifier of the global table.


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

The unique identifier of the global table.


[View source]
def global_table_name : String | Nil #

The global table name.


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

The global table name.


[View source]
def global_table_status : GlobalTableStatus | Nil #

The current state of the global table:

  • CREATING - The global table is being created.

  • UPDATING - The global table is being updated.

  • DELETING - The global table is being deleted.

  • ACTIVE - The global table is ready for use.


[View source]
def global_table_status=(global_table_status : GlobalTableStatus | Nil) #

The current state of the global table:

  • CREATING - The global table is being created.

  • UPDATING - The global table is being updated.

  • DELETING - The global table is being deleted.

  • ACTIVE - The global table is ready for use.


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

See Object#hash(hasher)


def replication_group : Array(ReplicaDescription) | Nil #

The Regions where the global table has replicas.


[View source]
def replication_group=(replication_group : Array(ReplicaDescription) | Nil) #

The Regions where the global table has replicas.


[View source]
def validate! : Nil #

[View source]