GetRuleGroupRequest
public struct GetRuleGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The RuleGroupId of the RuleGroup that you want to get. RuleGroupId is returned by CreateRuleGroup and by ListRuleGroups.
Declaration
Swift
public let ruleGroupId: String
-
Undocumented
Declaration
Swift
public init(ruleGroupId: String)
-
Declaration
Swift
public func validate(name: String) throws