class
Amazonite::DynamoDB::TransactGetItemsInput
- Amazonite::DynamoDB::TransactGetItemsInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/transact_get_items_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(transact_items : Array(TransactGetItem), return_consumed_capacity : ReturnConsumedCapacity | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#return_consumed_capacity : ReturnConsumedCapacity | Nil
A value of
TOTALcauses consumed capacity information to be returned, and a value ofNONEprevents that information from being returned. -
#return_consumed_capacity=(return_consumed_capacity : ReturnConsumedCapacity | Nil)
A value of
TOTALcauses consumed capacity information to be returned, and a value ofNONEprevents that information from being returned. -
#transact_items : Array(TransactGetItem)
An ordered array of up to 100
TransactGetItemobjects, each of which contains aGetstructure. -
#transact_items=(transact_items : Array(TransactGetItem))
An ordered array of up to 100
TransactGetItemobjects, each of which contains aGetstructure. - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
An ordered array of up to 100 TransactGetItem objects, each of which contains a Get
structure.
An ordered array of up to 100 TransactGetItem objects, each of which contains a Get
structure.