ListProtocolsListsResponse
public struct ListProtocolsListsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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?
-
An array of ProtocolsListDataSummary objects.
Declaration
Swift
public let protocolsLists: [ProtocolsListDataSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, protocolsLists: [ProtocolsListDataSummary]? = nil)