class Amazonite::DynamoDB::UpdateTableReplicaAutoScalingInput

Included Modules

Defined in:

dynamodb/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]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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 global_secondary_index_updates : Array(GlobalSecondaryIndexAutoScalingUpdate) | Nil #

Represents the auto scaling settings of the global secondary indexes of the replica to be updated.


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

Represents the auto scaling settings of the global secondary indexes of the replica to be updated.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


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 #

Represents the auto scaling settings of replicas of the table that will be modified.


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

Represents the auto scaling settings of replicas of the table that will be modified.


[View source]
def table_name : String #

The name of the global table to be updated. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.


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

The name of the global table to be updated. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.


[View source]
def validate! : Nil #

[View source]