GetRuleResponse
public struct GetRuleResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the Rule that you specified in the GetRule request. For more information, see the following topics: Rule: Contains MetricName, Name, an array of Predicate objects, and RuleId Predicate: Each Predicate object contains DataId, Negated, and Type
Declaration
Swift
public let rule: Rule?
-
Undocumented
Declaration
Swift
public init(rule: Rule? = nil)