DeleteRuleGroupRequest
public struct DeleteRuleGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The value returned by the most recent call to GetChangeToken.
Declaration
Swift
public let changeToken: String
-
The RuleGroupId of the RuleGroup that you want to delete. RuleGroupId is returned by CreateRuleGroup and by ListRuleGroups.
Declaration
Swift
public let ruleGroupId: String
-
Undocumented
Declaration
Swift
public init(changeToken: String, ruleGroupId: String)
-
Declaration
Swift
public func validate(name: String) throws