Class: Aws::Types::GetRecordsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:



313
314
315
# File 'sig/types.rbs', line 313

def dry_run
  @dry_run
end

#limit::Integer

Returns the value of attribute limit.

Returns:



310
311
312
# File 'sig/types.rbs', line 310

def limit
  @limit
end

#shard_iterator::String

Returns the value of attribute shard_iterator.

Returns:



309
310
311
# File 'sig/types.rbs', line 309

def shard_iterator
  @shard_iterator
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:



311
312
313
# File 'sig/types.rbs', line 311

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:



312
313
314
# File 'sig/types.rbs', line 312

def stream_id
  @stream_id
end