KeyRange

public struct KeyRange : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

    Declaration

    Swift

    public let beginMarker: String?
  • The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

    Declaration

    Swift

    public let endMarker: String?
  • Undocumented

    Declaration

    Swift

    public init(beginMarker: String? = nil, endMarker: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws