ListAvailableManagedRuleGroupsResponse

public struct ListAvailableManagedRuleGroupsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Undocumented

    Declaration

    Swift

    public let managedRuleGroups: [ManagedRuleGroupSummary]?
  • When you request a list of objects with a Limit setting, if the number of objects that are still available for retrieval exceeds the limit, AWS WAF returns a NextMarker value in the response. To retrieve the next batch of objects, provide the marker from the prior call in your next request.

    Declaration

    Swift

    public let nextMarker: String?
  • Undocumented

    Declaration

    Swift

    public init(managedRuleGroups: [ManagedRuleGroupSummary]? = nil, nextMarker: String? = nil)