class

Amazonite::DynamoDBV2::CreateTableInput

Inherits JSON::Serializable < Reference < Object

Constructors

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

Instance methods

attribute_definitions
Source
attribute_definitions=(attribute_definitions : Array(AttributeDefinition))
Source
billing_mode
Source
billing_mode=(billing_mode : BillingMode | Nil)
Source
global_secondary_indexes
Source
global_secondary_indexes=(global_secondary_indexes : Array(GlobalSecondaryIndex) | Nil)
Source
key_schema
Source
key_schema=(key_schema : Array(KeySchemaElement))
Source
local_secondary_indexes
Source
local_secondary_indexes=(local_secondary_indexes : Array(LocalSecondaryIndex) | Nil)
Source
provisioned_throughput
Source
provisioned_throughput=(provisioned_throughput : ProvisionedThroughput | Nil)
Source
sse_specification
Source
sse_specification=(sse_specification : SSESpecification | Nil)
Source
stream_specification
Source
stream_specification=(stream_specification : StreamSpecification | Nil)
Source
table_class
Source
table_class=(table_class : TableClass | Nil)
Source
table_name
Source
table_name=(table_name : String)
Source
tags
Source
tags=(tags : Array(Tag) | Nil)
Source