GetShardIteratorOutput

public struct GetShardIteratorOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.

    Declaration

    Swift

    public let shardIterator: String?
  • Undocumented

    Declaration

    Swift

    public init(shardIterator: String? = nil)