Class: Aws::DynamoDB::Types::ExecuteTransactionInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

Set this value to get remaining results, if NextToken was returned in the statement response.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


3202
3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3202

class ExecuteTransactionInput < Struct.new(
  :transact_statements,
  :client_request_token,
  :return_consumed_capacity)
  SENSITIVE = []
  include Aws::Structure
end

#return_consumed_capacityString

Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response. For more information, see TransactGetItems and TransactWriteItems.

Returns:

  • (String)


3202
3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3202

class ExecuteTransactionInput < Struct.new(
  :transact_statements,
  :client_request_token,
  :return_consumed_capacity)
  SENSITIVE = []
  include Aws::Structure
end

#transact_statementsArray<Types::ParameterizedStatement>

The list of PartiQL statements representing the transaction to run.

Returns:



3202
3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3202

class ExecuteTransactionInput < Struct.new(
  :transact_statements,
  :client_request_token,
  :return_consumed_capacity)
  SENSITIVE = []
  include Aws::Structure
end