DimensionKeyDescription

public struct DimensionKeyDescription : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A map of name-value pairs for the dimensions in the group.

    Declaration

    Swift

    public let dimensions: [String : String]?
  • If PartitionBy was specified, PartitionKeys contains the dimensions that were.

    Declaration

    Swift

    public let partitions: [Double]?
  • The aggregated metric value for the dimension(s), over the requested time range.

    Declaration

    Swift

    public let total: Double?
  • Undocumented

    Declaration

    Swift

    public init(dimensions: [String : String]? = nil, partitions: [Double]? = nil, total: Double? = nil)