class Amazonite::DynamoDBV2::BatchStatementResponse

Included Modules

Defined in:

dynamodb_v2/batch_statement_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(error : BatchStatementError | Nil = nil, table_name : String | Nil = nil, item : Hash(String, AttributeValue) | Nil = nil) #

[View source]

Instance Method Detail

def error : BatchStatementError | Nil #

[View source]
def error=(error : BatchStatementError | Nil) #

[View source]
def item : Hash(String, AttributeValue) | Nil #

[View source]
def item=(item : Hash(String, AttributeValue) | Nil) #

[View source]
def table_name : String | Nil #

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

[View source]