Class: Aws::Types::BatchStatementResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::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.

Returns:



175
176
177
# File 'sig/types.rbs', line 175

def item
  @item
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def table_name
  @table_name
end