class

Amazonite::DynamoDBV2::SourceTableDetails

Inherits JSON::Serializable < Reference < Object

Constructors

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)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

billing_mode
Source
billing_mode=(billing_mode : BillingMode | Nil)
Source
item_count
Source
item_count=(item_count : Int64 | Nil)
Source
key_schema
Source
key_schema=(key_schema : Array(KeySchemaElement))
Source
provisioned_throughput
Source
provisioned_throughput=(provisioned_throughput : ProvisionedThroughput)
Source
table_arn
Source
table_arn=(table_arn : String | Nil)
Source
table_creation_date_time
Source
table_creation_date_time=(table_creation_date_time : Time)
Source
table_id
Source
table_id=(table_id : String)
Source
table_name
Source
table_name=(table_name : String)
Source
table_size_bytes
Source
table_size_bytes=(table_size_bytes : Int64 | Nil)
Source