Class: Aws::DynamoDB::Types::BatchStatementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::BatchStatementResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
A PartiQL batch statement response..
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ Types::BatchStatementError
The error associated with a failed PartiQL batch statement.
-
#item ⇒ Hash<String,Types::AttributeValue>
A DynamoDB item associated with a BatchStatementResponse.
-
#table_name ⇒ String
The table name associated with a failed PartiQL batch statement.
Instance Attribute Details
#error ⇒ Types::BatchStatementError
The error associated with a failed PartiQL batch statement.
983 984 985 986 987 988 989 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 983 class BatchStatementResponse < Struct.new( :error, :table_name, :item) SENSITIVE = [] include Aws::Structure end |
#item ⇒ Hash<String,Types::AttributeValue>
A DynamoDB item associated with a BatchStatementResponse
983 984 985 986 987 988 989 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 983 class BatchStatementResponse < Struct.new( :error, :table_name, :item) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The table name associated with a failed PartiQL batch statement.
983 984 985 986 987 988 989 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 983 class BatchStatementResponse < Struct.new( :error, :table_name, :item) SENSITIVE = [] include Aws::Structure end |