Class: Aws::DynamoDB::Types::BatchStatementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::BatchStatementResponse
- 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
-
#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.
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 |
#item ⇒ Hash<String,Types::AttributeValue>
A DynamoDB item associated with a BatchStatementResponse
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_name ⇒ String
The table name 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 |