class Amazonite::DynamoDBV2::ReplicaAutoScalingUpdate

Included Modules

Defined in:

dynamodb_v2/replica_auto_scaling_update.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(region_name : String, replica_global_secondary_index_updates : Array(ReplicaGlobalSecondaryIndexAutoScalingUpdate) | Nil = nil, replica_provisioned_read_capacity_auto_scaling_update : AutoScalingSettingsUpdate | Nil = nil) #

[View source]

Instance Method Detail

def region_name : String #

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

[View source]
def replica_global_secondary_index_updates : Array(ReplicaGlobalSecondaryIndexAutoScalingUpdate) | Nil #

[View source]
def replica_global_secondary_index_updates=(replica_global_secondary_index_updates : Array(ReplicaGlobalSecondaryIndexAutoScalingUpdate) | Nil) #

[View source]
def replica_provisioned_read_capacity_auto_scaling_update : AutoScalingSettingsUpdate | Nil #

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

[View source]