CloudWatchLogsTimeZone

public enum CloudWatchLogsTimeZone : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case local = "LOCAL"
  • utc

    Undocumented

    Declaration

    Swift

    case utc = "UTC"
  • Declaration

    Swift

    public var description: String { get }