class

Amazonite::DynamoDBV2::UpdateGlobalTableSettingsInput

Inherits JSON::Serializable < Reference < Object

Constructors

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

Instance methods

global_table_billing_mode
Source
global_table_billing_mode=(global_table_billing_mode : BillingMode | Nil)
Source
global_table_global_secondary_index_settings_update
Source
global_table_global_secondary_index_settings_update=(global_table_global_secondary_index_settings_update : Array(GlobalTableGlobalSecondaryIndexSettingsUpdate) | Nil)
Source
global_table_name
Source
global_table_name=(global_table_name : String)
Source
global_table_provisioned_write_capacity_auto_scaling_settings_update
Source
global_table_provisioned_write_capacity_auto_scaling_settings_update=(global_table_provisioned_write_capacity_auto_scaling_settings_update : AutoScalingSettingsUpdate | Nil)
Source
global_table_provisioned_write_capacity_units
Source
global_table_provisioned_write_capacity_units=(global_table_provisioned_write_capacity_units : Int64 | Nil)
Source
replica_settings_update
Source
replica_settings_update=(replica_settings_update : Array(ReplicaSettingsUpdate) | Nil)
Source