MetricsFilter
public struct MetricsFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates, and an object must match all of the predicates in order for the filter to apply.
Declaration
Swift
public let and: MetricsAndOperator?
-
The prefix used when evaluating a metrics filter.
Declaration
Swift
public let prefix: String?
-
The tag used when evaluating a metrics filter.
Declaration
Swift
public let tag: Tag?
-
Undocumented
Declaration
Swift
public init(and: MetricsAndOperator? = nil, prefix: String? = nil, tag: Tag? = nil)
-
Declaration
Swift
public func validate(name: String) throws