Class: Aws::Types::GetRecordsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_shard_iterator ⇒ ::String

Returns the value of attribute next_shard_iterator.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def next_shard_iterator
  @next_shard_iterator
end

#records ⇒ ::Array[Types::Record]

Returns the value of attribute records.

Returns:



50
51
52
# File 'sig/types.rbs', line 50

def records
  @records
end