class Amazonite::DynamoDBV2::UpdateGlobalTableSettingsInput

Included Modules

Defined in:

dynamodb_v2/update_global_table_settings_input.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(global_table_name : String, global_table_billing_mode : BillingMode | Nil = nil, global_table_provisioned_write_capacity_units : Int64 | Nil = nil, global_table_provisioned_write_capacity_auto_scaling_settings_update : AutoScalingSettingsUpdate | Nil = nil, global_table_global_secondary_index_settings_update : Array(GlobalTableGlobalSecondaryIndexSettingsUpdate) | Nil = nil, replica_settings_update : Array(ReplicaSettingsUpdate) | Nil = nil) #

[View source]

Instance Method Detail

def global_table_billing_mode : BillingMode | Nil #

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

[View source]
def global_table_global_secondary_index_settings_update : Array(GlobalTableGlobalSecondaryIndexSettingsUpdate) | Nil #

[View source]
def global_table_global_secondary_index_settings_update=(global_table_global_secondary_index_settings_update : Array(GlobalTableGlobalSecondaryIndexSettingsUpdate) | Nil) #

[View source]
def global_table_name : String #

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

[View source]
def global_table_provisioned_write_capacity_auto_scaling_settings_update : AutoScalingSettingsUpdate | Nil #

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

[View source]
def global_table_provisioned_write_capacity_units : Int64 | Nil #

[View source]
def global_table_provisioned_write_capacity_units=(global_table_provisioned_write_capacity_units : Int64 | Nil) #

[View source]
def replica_settings_update : Array(ReplicaSettingsUpdate) | Nil #

[View source]
def replica_settings_update=(replica_settings_update : Array(ReplicaSettingsUpdate) | Nil) #

[View source]