class Amazonite::DynamoDB::OnDemandThroughputOverride

Overview

Overrides the on-demand throughput settings for this replica table. If you don't specify a value for this parameter, it uses the source table's on-demand throughput settings.

Included Modules

Defined in:

dynamodb/on_demand_throughput_override.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

Maximum number of read request units for the specified replica table.


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

Maximum number of read request units for the specified replica table.


[View source]
def validate! : Nil #

[View source]