Class: Aws::Types::BatchExecuteStatementOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumed_capacity::Array[Types::ConsumedCapacity]

Returns the value of attribute consumed_capacity.

Returns:



140
141
142
# File 'sig/types.rbs', line 140

def consumed_capacity
  @consumed_capacity
end

#responses::Array[Types::BatchStatementResponse]

Returns the value of attribute responses.

Returns:



139
140
141
# File 'sig/types.rbs', line 139

def responses
  @responses
end