ListInstanceFleetsOutput
public struct ListInstanceFleetsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of instance fleets for the cluster and given filters.
Declaration
Swift
public let instanceFleets: [InstanceFleet]?
-
The pagination token that indicates the next set of results to retrieve.
Declaration
Swift
public let marker: String?
-
Undocumented
Declaration
Swift
public init(instanceFleets: [InstanceFleet]? = nil, marker: String? = nil)