AWSKinesisGetShardIteratorOutput

Objective-C

@interface AWSKinesisGetShardIteratorOutput

Swift

class AWSKinesisGetShardIteratorOutput

Represents the output for GetShardIterator.

  • 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

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable shardIterator;

    Swift

    var shardIterator: String? { get set }