ListRulesResponse

public struct ListRulesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Indicates whether there are additional results to retrieve. If there are no more results, the value is null.

    Declaration

    Swift

    public let nextToken: String?
  • The rules that match the specified criteria.

    Declaration

    Swift

    public let rules: [Rule]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, rules: [Rule]? = nil)