ListFleetsResponse
public struct ListFleetsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The summary list of the fleets.
Declaration
Swift
public let fleetSummaryList: [FleetSummary]? -
The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(fleetSummaryList: [FleetSummary]? = nil, nextToken: String? = nil)
View on GitHub
ListFleetsResponse Structure Reference