DescribeFleetCapacityOutput
public struct DescribeFleetCapacityOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A collection of objects containing capacity information for each requested fleet ID. Leave this parameter empty to retrieve capacity information for all fleets.
Declaration
Swift
public let fleetCapacity: [FleetCapacity]?
-
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(fleetCapacity: [FleetCapacity]? = nil, nextToken: String? = nil)