Dimension

public struct Dimension : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • For the metric that the CloudWatch alarm is associated with, the name of one dimension.

    Declaration

    Swift

    public let name: String
  • For the metric that the CloudWatch alarm is associated with, the value of one dimension.

    Declaration

    Swift

    public let value: String
  • Undocumented

    Declaration

    Swift

    public init(name: String, value: String)