class Amazonite::DynamoDBV2::GlobalTable

Included Modules

Defined in:

dynamodb_v2/global_table.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(global_table_name : String | Nil = nil, replication_group : Array(Replica) | Nil = nil) #

[View source]

Instance Method Detail

def global_table_name : String | Nil #

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

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

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

[View source]