TimeRange

public struct TimeRange : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • end

    The end time of the time range. Specify null to leave the end time open-ended.

    Declaration

    Swift

    public let end: TimeStamp?
  • The start time of the time range. Specify null to leave the start time open-ended.

    Declaration

    Swift

    public let start: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(end: TimeStamp? = nil, start: TimeStamp? = nil)