DescribeFleetUtilizationOutput

public struct DescribeFleetUtilizationOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A collection of objects containing utilization information for each requested fleet ID.

    Declaration

    Swift

    public let fleetUtilization: [FleetUtilization]?
  • 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(fleetUtilization: [FleetUtilization]? = nil, nextToken: String? = nil)