class Amazonite::DynamoDB::TransactGetItemsInput

Included Modules

Defined in:

dynamodb/transact_get_items_input.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(transact_items : Array(TransactGetItem), return_consumed_capacity : ReturnConsumedCapacity | 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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def return_consumed_capacity : ReturnConsumedCapacity | Nil #

A value of TOTAL causes consumed capacity information to be returned, and a value of NONE prevents that information from being returned. No other value is valid.


[View source]
def return_consumed_capacity=(return_consumed_capacity : ReturnConsumedCapacity | Nil) #

A value of TOTAL causes consumed capacity information to be returned, and a value of NONE prevents that information from being returned. No other value is valid.


[View source]
def transact_items : Array(TransactGetItem) #

An ordered array of up to 100 TransactGetItem objects, each of which contains a Get structure.


[View source]
def transact_items=(transact_items : Array(TransactGetItem)) #

An ordered array of up to 100 TransactGetItem objects, each of which contains a Get structure.


[View source]
def validate! : Nil #

[View source]