class Amazonite::DynamoDBV2::UpdateTableInput

Included Modules

Defined in:

dynamodb_v2/update_table_input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(table_name : String, attribute_definitions : Array(AttributeDefinition) | Nil = nil, billing_mode : BillingMode | Nil = nil, provisioned_throughput : ProvisionedThroughput | Nil = nil, global_secondary_index_updates : Array(GlobalSecondaryIndexUpdate) | Nil = nil, stream_specification : StreamSpecification | Nil = nil, sse_specification : SSESpecification | Nil = nil, replica_updates : Array(ReplicationGroupUpdate) | Nil = nil, table_class : TableClass | Nil = nil) #

[View source]

Instance Method Detail

def attribute_definitions : Array(AttributeDefinition) | Nil #

[View source]
def attribute_definitions=(attribute_definitions : Array(AttributeDefinition) | Nil) #

[View source]
def billing_mode : BillingMode | Nil #

[View source]
def billing_mode=(billing_mode : BillingMode | Nil) #

[View source]
def global_secondary_index_updates : Array(GlobalSecondaryIndexUpdate) | Nil #

[View source]
def global_secondary_index_updates=(global_secondary_index_updates : Array(GlobalSecondaryIndexUpdate) | Nil) #

[View source]
def provisioned_throughput : ProvisionedThroughput | Nil #

[View source]
def provisioned_throughput=(provisioned_throughput : ProvisionedThroughput | Nil) #

[View source]
def replica_updates : Array(ReplicationGroupUpdate) | Nil #

[View source]
def replica_updates=(replica_updates : Array(ReplicationGroupUpdate) | Nil) #

[View source]
def sse_specification : SSESpecification | Nil #

[View source]
def sse_specification=(sse_specification : SSESpecification | Nil) #

[View source]
def stream_specification : StreamSpecification | Nil #

[View source]
def stream_specification=(stream_specification : StreamSpecification | Nil) #

[View source]
def table_class : TableClass | Nil #

[View source]
def table_class=(table_class : TableClass | Nil) #

[View source]
def table_name : String #

[View source]
def table_name=(table_name : String) #

[View source]