DataPoint

public struct DataPoint : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The timestamp of the specific forecast.

    Declaration

    Swift

    public let timestamp: String?
  • The forecast value.

    Declaration

    Swift

    public let value: Double?
  • Undocumented

    Declaration

    Swift

    public init(timestamp: String? = nil, value: Double? = nil)