ListAppsListsResponse
public struct ListAppsListsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of AppsListDataSummary objects.
Declaration
Swift
public let appsLists: [AppsListDataSummary]?
-
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. You can use this token in subsequent requests to retrieve the next batch of objects.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(appsLists: [AppsListDataSummary]? = nil, nextToken: String? = nil)