GetRuleRequest
public struct GetRuleRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The RuleId of the Rule that you want to get. RuleId is returned by CreateRule and by ListRules.
Declaration
Swift
public let ruleId: String
-
Undocumented
Declaration
Swift
public init(ruleId: String)
-
Declaration
Swift
public func validate(name: String) throws