class Amazonite::DynamoDB::DescribeLimitsOutput

Overview

Represents the output of a DescribeLimits operation.

Included Modules

Defined in:

dynamodb/describe_limits_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(account_max_read_capacity_units : Int64 | Nil = nil, account_max_write_capacity_units : Int64 | Nil = nil, table_max_read_capacity_units : Int64 | Nil = nil, table_max_write_capacity_units : Int64 | 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 account_max_read_capacity_units : Int64 | Nil #

The maximum total read capacity units that your account allows you to provision across all of your tables in this Region.


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

The maximum total read capacity units that your account allows you to provision across all of your tables in this Region.


[View source]
def account_max_write_capacity_units : Int64 | Nil #

The maximum total write capacity units that your account allows you to provision across all of your tables in this Region.


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

The maximum total write capacity units that your account allows you to provision across all of your tables in this Region.


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

See Object#hash(hasher)


def table_max_read_capacity_units : Int64 | Nil #

The maximum read capacity units that your account allows you to provision for a new table that you are creating in this Region, including the read capacity units provisioned for its global secondary indexes (GSIs).


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

The maximum read capacity units that your account allows you to provision for a new table that you are creating in this Region, including the read capacity units provisioned for its global secondary indexes (GSIs).


[View source]
def table_max_write_capacity_units : Int64 | Nil #

The maximum write capacity units that your account allows you to provision for a new table that you are creating in this Region, including the write capacity units provisioned for its global secondary indexes (GSIs).


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

The maximum write capacity units that your account allows you to provision for a new table that you are creating in this Region, including the write capacity units provisioned for its global secondary indexes (GSIs).


[View source]
def validate! : Nil #

[View source]