DescribeFleetsResult
public struct DescribeFleetsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the fleets.
Declaration
Swift
public let fleets: [Fleet]?
-
The pagination token to use 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(fleets: [Fleet]? = nil, nextToken: String? = nil)