CreateRuleGroupResponse

public struct CreateRuleGroupResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ChangeToken that you used to submit the CreateRuleGroup request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

    Declaration

    Swift

    public let changeToken: String?
  • An empty RuleGroup.

    Declaration

    Swift

    public let ruleGroup: RuleGroup?
  • Undocumented

    Declaration

    Swift

    public init(changeToken: String? = nil, ruleGroup: RuleGroup? = nil)