ResponseResourceMetricKey
public struct ResponseResourceMetricKey : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The valid dimensions for the metric.
Declaration
Swift
public let dimensions: [String : String]?
-
The name of a Performance Insights metric to be measured. Valid values for Metric are: db.load.avg - a scaled representation of the number of active sessions for the database engine. db.sampledload.avg - the raw number of active sessions for the database engine.
Declaration
Swift
public let metric: String
-
Undocumented
Declaration
Swift
public init(dimensions: [String : String]? = nil, metric: String)