class Amazonite::DynamoDBV2::SourceTableDetails

Included Modules

Defined in:

dynamodb_v2/source_table_details.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(table_name : String, table_id : String, key_schema : Array(KeySchemaElement), table_creation_date_time : Time, provisioned_throughput : ProvisionedThroughput, table_arn : String | Nil = nil, table_size_bytes : Int64 | Nil = nil, item_count : Int64 | Nil = nil, billing_mode : BillingMode | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def billing_mode : BillingMode | Nil #

[View source]
def billing_mode=(billing_mode : BillingMode | Nil) #

[View source]
def item_count : Int64 | Nil #

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

[View source]
def key_schema : Array(KeySchemaElement) #

[View source]
def key_schema=(key_schema : Array(KeySchemaElement)) #

[View source]
def provisioned_throughput : ProvisionedThroughput #

[View source]
def provisioned_throughput=(provisioned_throughput : ProvisionedThroughput) #

[View source]
def table_arn : String | Nil #

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

[View source]
def table_creation_date_time : Time #

[View source]
def table_creation_date_time=(table_creation_date_time : Time) #

[View source]
def table_id : String #

[View source]
def table_id=(table_id : String) #

[View source]
def table_name : String #

[View source]
def table_name=(table_name : String) #

[View source]
def table_size_bytes : Int64 | Nil #

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

[View source]