class

Amazonite::DynamoDBV2::ExecuteStatementInput

Inherits JSON::Serializable < Reference < Object

Constructors

new(statement : String, parameters : Array(AttributeValue) | Nil = nil, consistent_read : Bool | Nil = nil, next_token : String | Nil = nil, return_consumed_capacity : ReturnConsumedCapacity | Nil = nil, limit : Int32 | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

consistent_read
Source
consistent_read=(consistent_read : Bool | Nil)
Source
limit
Source
limit=(limit : Int32 | Nil)
Source
next_token
Source
next_token=(next_token : String | Nil)
Source
parameters
Source
parameters=(parameters : Array(AttributeValue) | Nil)
Source
return_consumed_capacity
Source
return_consumed_capacity=(return_consumed_capacity : ReturnConsumedCapacity | Nil)
Source
statement
Source
statement=(statement : String)
Source