Class: Aws::DynamoDB::Types::BatchStatementResponse

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

Overview

A PartiQL batch statement response..

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::BatchStatementError

The error associated with a failed PartiQL batch statement.



988
989
990
991
992
993
994
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 988

class BatchStatementResponse < Struct.new(
  :error,
  :table_name,
  :item)
  SENSITIVE = []
  include Aws::Structure
end

#itemHash<String,Types::AttributeValue>

A DynamoDB item associated with a BatchStatementResponse

Returns:



988
989
990
991
992
993
994
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 988

class BatchStatementResponse < Struct.new(
  :error,
  :table_name,
  :item)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The table name associated with a failed PartiQL batch statement.

Returns:

  • (String)


988
989
990
991
992
993
994
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 988

class BatchStatementResponse < Struct.new(
  :error,
  :table_name,
  :item)
  SENSITIVE = []
  include Aws::Structure
end