class Amazonite::DynamoDBV2::CreateTableInput
- Amazonite::DynamoDBV2::CreateTableInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb_v2/create_table_input.crConstructors
- .new(attribute_definitions : Array(AttributeDefinition), table_name : String, key_schema : Array(KeySchemaElement), local_secondary_indexes : Array(LocalSecondaryIndex) | Nil = nil, global_secondary_indexes : Array(GlobalSecondaryIndex) | Nil = nil, billing_mode : BillingMode | Nil = nil, provisioned_throughput : ProvisionedThroughput | Nil = nil, stream_specification : StreamSpecification | Nil = nil, sse_specification : SSESpecification | Nil = nil, tags : Array(Tag) | Nil = nil, table_class : TableClass | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #attribute_definitions : Array(AttributeDefinition)
- #attribute_definitions=(attribute_definitions : Array(AttributeDefinition))
- #billing_mode : BillingMode | Nil
- #billing_mode=(billing_mode : BillingMode | Nil)
- #global_secondary_indexes : Array(GlobalSecondaryIndex) | Nil
- #global_secondary_indexes=(global_secondary_indexes : Array(GlobalSecondaryIndex) | Nil)
- #key_schema : Array(KeySchemaElement)
- #key_schema=(key_schema : Array(KeySchemaElement))
- #local_secondary_indexes : Array(LocalSecondaryIndex) | Nil
- #local_secondary_indexes=(local_secondary_indexes : Array(LocalSecondaryIndex) | Nil)
- #provisioned_throughput : ProvisionedThroughput | Nil
- #provisioned_throughput=(provisioned_throughput : ProvisionedThroughput | Nil)
- #sse_specification : SSESpecification | Nil
- #sse_specification=(sse_specification : SSESpecification | Nil)
- #stream_specification : StreamSpecification | Nil
- #stream_specification=(stream_specification : StreamSpecification | Nil)
- #table_class : TableClass | Nil
- #table_class=(table_class : TableClass | Nil)
- #table_name : String
- #table_name=(table_name : String)
- #tags : Array(Tag) | Nil
- #tags=(tags : Array(Tag) | Nil)
Constructor Detail
def self.new(attribute_definitions : Array(AttributeDefinition), table_name : String, key_schema : Array(KeySchemaElement), local_secondary_indexes : Array(LocalSecondaryIndex) | Nil = nil, global_secondary_indexes : Array(GlobalSecondaryIndex) | Nil = nil, billing_mode : BillingMode | Nil = nil, provisioned_throughput : ProvisionedThroughput | Nil = nil, stream_specification : StreamSpecification | Nil = nil, sse_specification : SSESpecification | Nil = nil, tags : Array(Tag) | Nil = nil, table_class : TableClass | Nil = nil)
#
Instance Method Detail
def global_secondary_indexes=(global_secondary_indexes : Array(GlobalSecondaryIndex) | Nil)
#
def local_secondary_indexes=(local_secondary_indexes : Array(LocalSecondaryIndex) | Nil)
#