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

#child_shards::Array[Types::ChildShard]

Returns the value of attribute child_shards.

Returns:



321
322
323
# File 'sig/types.rbs', line 321

def child_shards
  @child_shards
end

#millis_behind_latest::Integer

Returns the value of attribute millis_behind_latest.

Returns:



320
321
322
# File 'sig/types.rbs', line 320

def millis_behind_latest
  @millis_behind_latest
end

#next_shard_iterator::String

Returns the value of attribute next_shard_iterator.

Returns:



319
320
321
# File 'sig/types.rbs', line 319

def next_shard_iterator
  @next_shard_iterator
end

#records::Array[Types::Record]

Returns the value of attribute records.

Returns:



318
319
320
# File 'sig/types.rbs', line 318

def records
  @records
end