Group
public struct Group : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The keys that are included in this group.
Declaration
Swift
public let keys: [String]?
-
The metrics that are included in this group.
Declaration
Swift
public let metrics: [String : MetricValue]?
-
Undocumented
Declaration
Swift
public init(keys: [String]? = nil, metrics: [String : MetricValue]? = nil)