Skip to content

Commit

Permalink
Add ApproximateArrivalTimestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
fjordan committed Feb 26, 2016
1 parent ebf1c2b commit bfd190b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions kinesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,10 @@ func (kinesis *Kinesis) GetShardIterator(args *RequestArgs) (resp *GetShardItera

// GetNextRecordsRecords stores the information that provides by GetNextRecordsResp
type GetRecordsRecords struct {
Data []byte
PartitionKey string
SequenceNumber string
ApproximateArrivalTimestamp float64
Data []byte
PartitionKey string
SequenceNumber string
}

func (r GetRecordsRecords) GetData() []byte {
Expand Down

0 comments on commit bfd190b

Please sign in to comment.