HashKeyRange
public struct HashKeyRange : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ending hash key of the hash key range.
Declaration
Swift
public let endingHashKey: String
-
The starting hash key of the hash key range.
Declaration
Swift
public let startingHashKey: String
-
Undocumented
Declaration
Swift
public init(endingHashKey: String, startingHashKey: String)