Class: Aws::Types::GetShardIteratorInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#sequence_number ⇒ ::String

Returns the value of attribute sequence_number.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def sequence_number
  @sequence_number
end

#shard_id ⇒ ::String

Returns the value of attribute shard_id.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def shard_id
  @shard_id
end

#shard_iterator_type ⇒ "TRIM_HORIZON", ...

Returns the value of attribute shard_iterator_type.

Returns:

  • ("TRIM_HORIZON", "LATEST", "AT_SEQUENCE_NUMBER", "AFTER_SEQUENCE_NUMBER")


58
59
60
# File 'sig/types.rbs', line 58

def shard_iterator_type
  @shard_iterator_type
end

#stream_arn ⇒ ::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def stream_arn
  @stream_arn
end