Class: Aws::Types::BatchStatementResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchStatementResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::BatchStatementError
Returns the value of attribute error.
-
#item ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute item.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#error ⇒ Types::BatchStatementError
Returns the value of attribute error.
173 174 175 |
# File 'sig/types.rbs', line 173 def error @error end |
#item ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute item.
175 176 177 |
# File 'sig/types.rbs', line 175 def item @item end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
174 175 176 |
# File 'sig/types.rbs', line 174 def table_name @table_name end |