GetRuleGroupResponse
public struct GetRuleGroupResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the RuleGroup that you specified in the GetRuleGroup request.
Declaration
Swift
public let ruleGroup: RuleGroup?
-
Undocumented
Declaration
Swift
public init(ruleGroup: RuleGroup? = nil)