GetRecordsInput
public struct GetRecordsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of records to return from the shard. The upper limit is 1000.
Declaration
Swift
public let limit: Int?
-
A shard iterator that was retrieved from a previous GetShardIterator operation. This iterator can be used to access the stream records in this shard.
Declaration
Swift
public let shardIterator: String
-
Undocumented
Declaration
Swift
public init(limit: Int? = nil, shardIterator: String)
-
Declaration
Swift
public func validate(name: String) throws