OpsAggregator
public class OpsAggregator : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A nested aggregator for viewing counts of OpsItems.
Declaration
Swift
public let aggregators: [OpsAggregator]? -
Either a Range or Count aggregator for limiting an OpsItem summary.
Declaration
Swift
public let aggregatorType: String? -
The name of an OpsItem attribute on which to limit the count of OpsItems.
Declaration
Swift
public let attributeName: String? -
The aggregator filters.
Declaration
Swift
public let filters: [OpsFilter]? -
The data type name to use for viewing counts of OpsItems.
Declaration
Swift
public let typeName: String? -
The aggregator value.
Declaration
Swift
public let values: [String : String]? -
Undocumented
Declaration
Swift
public init(aggregators: [OpsAggregator]? = nil, aggregatorType: String? = nil, attributeName: String? = nil, filters: [OpsFilter]? = nil, typeName: String? = nil, values: [String : String]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
OpsAggregator Class Reference