class

Amazonite::DynamoDBV2::UpdateTableInput

Inherits JSON::Serializable < Reference < Object

Constructors

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

Instance methods

attribute_definitions
Source
attribute_definitions=(attribute_definitions : Array(AttributeDefinition) | Nil)
Source
billing_mode
Source
billing_mode=(billing_mode : BillingMode | Nil)
Source
global_secondary_index_updates
Source
global_secondary_index_updates=(global_secondary_index_updates : Array(GlobalSecondaryIndexUpdate) | Nil)
Source
provisioned_throughput
Source
provisioned_throughput=(provisioned_throughput : ProvisionedThroughput | Nil)
Source
replica_updates
Source
replica_updates=(replica_updates : Array(ReplicationGroupUpdate) | 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