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)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
billing_mode
Sourcebilling_mode=(billing_mode : BillingMode | Nil)
Sourceitem_count
Sourcekey_schema
Sourceprovisioned_throughput
Sourceprovisioned_throughput=(provisioned_throughput : ProvisionedThroughput)
Sourcetable_arn
Sourcetable_creation_date_time
Sourcetable_id
Sourcetable_name
Sourcetable_size_bytes
Source