Datapoint

public struct Datapoint : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The average of the metric values that correspond to the data point.

    Declaration

    Swift

    public let average: Double?
  • The percentile statistic for the data point.

    Declaration

    Swift

    public let extendedStatistics: [String : Double]?
  • The maximum metric value for the data point.

    Declaration

    Swift

    public let maximum: Double?
  • The minimum metric value for the data point.

    Declaration

    Swift

    public let minimum: Double?
  • The number of metric values that contributed to the aggregate value of this data point.

    Declaration

    Swift

    public let sampleCount: Double?
  • sum

    The sum of the metric values for the data point.

    Declaration

    Swift

    public let sum: Double?
  • The time stamp used for the data point.

    Declaration

    Swift

    public let timestamp: TimeStamp?
  • The standard unit for the data point.

    Declaration

    Swift

    public let unit: StandardUnit?
  • Undocumented

    Declaration

    Swift

    public init(average: Double? = nil, extendedStatistics: [String : Double]? = nil, maximum: Double? = nil, minimum: Double? = nil, sampleCount: Double? = nil, sum: Double? = nil, timestamp: TimeStamp? = nil, unit: StandardUnit? = nil)