Class: Aws::Types::ExecuteStatementOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumed_capacityTypes::ConsumedCapacity

Returns the value of attribute consumed_capacity.



622
623
624
# File 'sig/types.rbs', line 622

def consumed_capacity
  @consumed_capacity
end

#items::Array[::Hash[::String, Types::AttributeValue]]

Returns the value of attribute items.

Returns:



620
621
622
# File 'sig/types.rbs', line 620

def items
  @items
end

#last_evaluated_key::Hash[::String, Types::AttributeValue]

Returns the value of attribute last_evaluated_key.

Returns:



623
624
625
# File 'sig/types.rbs', line 623

def last_evaluated_key
  @last_evaluated_key
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def next_token
  @next_token
end