class Amazonite::DynamoDB::ProvisionedThroughputOverride

Overview

Replica-specific provisioned throughput settings. If not specified, uses the source table's provisioned throughput settings.

Included Modules

Defined in:

dynamodb/provisioned_throughput_override.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(read_capacity_units : Int64 | 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 read_capacity_units : Int64 | Nil #

Replica-specific read capacity units. If not specified, uses the source table's read capacity settings.


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

Replica-specific read capacity units. If not specified, uses the source table's read capacity settings.


[View source]
def validate! : Nil #

[View source]