ListAppsListsRequest

public struct ListAppsListsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies whether the lists to retrieve are default lists owned by AWS Firewall Manager.

    Declaration

    Swift

    public let defaultLists: Bool?
  • The maximum number of objects that you want AWS Firewall Manager to return for this request. If more objects are available, in the response, AWS Firewall Manager provides a NextToken value that you can use in a subsequent call to get the next batch of objects. If you don’t specify this, AWS Firewall Manager returns all available objects.

    Declaration

    Swift

    public let maxResults: Int
  • If you specify a value for MaxResults in your list request, and you have more objects than the maximum, AWS Firewall Manager returns this token in the response. For all but the first request, you provide the token returned by the prior request in the request parameters, to retrieve the next batch of objects.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(defaultLists: Bool? = nil, maxResults: Int, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws