Range

public struct Range : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The end time of the range to exclude. The format is yyyy-MM-dd’T'HH:mm:ss. For example, 2019-07-01T23:59:59.

    Declaration

    Swift

    public let endTime: TimeStamp
  • The start time of the range to exclude. The format is yyyy-MM-dd’T'HH:mm:ss. For example, 2019-07-01T23:59:59.

    Declaration

    Swift

    public let startTime: TimeStamp
  • Undocumented

    Declaration

    Swift

    public init(endTime: TimeStamp, startTime: TimeStamp)