AnalyticsAndOperator
public struct AnalyticsAndOperator : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The prefix to use when evaluating an AND predicate: The prefix that an object must have to be included in the metrics results.
Declaration
Swift
public let prefix: String?
-
The list of tags to use when evaluating an AND predicate.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(prefix: String? = nil, tags: [Tag]? = nil)
-
Declaration
Swift
public func validate(name: String) throws