class Amazonite::DynamoDBV2::SourceTableDetails
- Amazonite::DynamoDBV2::SourceTableDetails
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb_v2/source_table_details.crConstructors
- .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)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #billing_mode : BillingMode | Nil
- #billing_mode=(billing_mode : BillingMode | Nil)
- #item_count : Int64 | Nil
- #item_count=(item_count : Int64 | Nil)
- #key_schema : Array(KeySchemaElement)
- #key_schema=(key_schema : Array(KeySchemaElement))
- #provisioned_throughput : ProvisionedThroughput
- #provisioned_throughput=(provisioned_throughput : ProvisionedThroughput)
- #table_arn : String | Nil
- #table_arn=(table_arn : String | Nil)
- #table_creation_date_time : Time
- #table_creation_date_time=(table_creation_date_time : Time)
- #table_id : String
- #table_id=(table_id : String)
- #table_name : String
- #table_name=(table_name : String)
- #table_size_bytes : Int64 | Nil
- #table_size_bytes=(table_size_bytes : Int64 | Nil)
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)
#