Amazonite::DynamoDBV2::UpdateTableInput
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(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)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
attribute_definitions
Sourcebilling_mode
Sourcebilling_mode=(billing_mode : BillingMode | Nil)
Sourceglobal_secondary_index_updates
Sourceglobal_secondary_index_updates=(global_secondary_index_updates : Array(GlobalSecondaryIndexUpdate) | Nil)
Sourceprovisioned_throughput
Sourceprovisioned_throughput=(provisioned_throughput : ProvisionedThroughput | Nil)
Sourcereplica_updates
Sourcesse_specification
Sourcesse_specification=(sse_specification : SSESpecification | Nil)
Sourcestream_specification
Sourcestream_specification=(stream_specification : StreamSpecification | Nil)
Sourcetable_class
Sourcetable_class=(table_class : TableClass | Nil)
Sourcetable_name
Source