class Amazonite::DynamoDBV2::UpdateTableReplicaAutoScalingInput

Included Modules

Defined in:

dynamodb_v2/update_table_replica_auto_scaling_input.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(table_name : String, global_secondary_index_updates : Array(GlobalSecondaryIndexAutoScalingUpdate) | Nil = nil, provisioned_write_capacity_auto_scaling_update : AutoScalingSettingsUpdate | Nil = nil, replica_updates : Array(ReplicaAutoScalingUpdate) | Nil = nil) #

[View source]

Instance Method Detail

def global_secondary_index_updates : Array(GlobalSecondaryIndexAutoScalingUpdate) | Nil #

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

[View source]
def provisioned_write_capacity_auto_scaling_update : AutoScalingSettingsUpdate | Nil #

[View source]
def provisioned_write_capacity_auto_scaling_update=(provisioned_write_capacity_auto_scaling_update : AutoScalingSettingsUpdate | Nil) #

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

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

[View source]
def table_name : String #

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

[View source]