ListFleetsOutput
public struct ListFleetsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Set of fleet IDs matching the list request. You can retrieve additional information about all returned fleets by passing this result set to a call to DescribeFleetAttributes, DescribeFleetCapacity, or DescribeFleetUtilization.
Declaration
Swift
public let fleetIds: [String]?
-
Token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(fleetIds: [String]? = nil, nextToken: String? = nil)