class Amazonite::DynamoDB::ReplicaAutoScalingUpdate

Overview

Represents the auto scaling settings of a replica that will be modified.

Included Modules

Defined in:

dynamodb/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 ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def region_name : String #

The Region where the replica exists.


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

The Region where the replica exists.


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

Represents the auto scaling settings of global secondary indexes that will be modified.


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

Represents the auto scaling settings of global secondary indexes that will be modified.


[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]
def validate! : Nil #

[View source]