Class: Aws::Types::TransactWriteItemsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1731
1732
1733
# File 'sig/types.rbs', line 1731

def client_request_token
  @client_request_token
end

#return_consumed_capacity"INDEXES", ...

Returns the value of attribute return_consumed_capacity.

Returns:

  • ("INDEXES", "TOTAL", "NONE")


1729
1730
1731
# File 'sig/types.rbs', line 1729

def return_consumed_capacity
  @return_consumed_capacity
end

#return_item_collection_metrics"SIZE", "NONE"

Returns the value of attribute return_item_collection_metrics.

Returns:

  • ("SIZE", "NONE")


1730
1731
1732
# File 'sig/types.rbs', line 1730

def return_item_collection_metrics
  @return_item_collection_metrics
end

#transact_items::Array[Types::TransactWriteItem]

Returns the value of attribute transact_items.

Returns:



1728
1729
1730
# File 'sig/types.rbs', line 1728

def transact_items
  @transact_items
end