DescribeSpotFleetInstancesResponse
public struct DescribeSpotFleetInstancesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The running instances. This list is refreshed periodically and might be out of date.
Declaration
Swift
public let activeInstances: [ActiveInstance]? -
The token required to retrieve the next set of results. This value is null when there are no more results to return.
Declaration
Swift
public let nextToken: String? -
The ID of the Spot Fleet request.
Declaration
Swift
public let spotFleetRequestId: String? -
Undocumented
Declaration
Swift
public init(activeInstances: [ActiveInstance]? = nil, nextToken: String? = nil, spotFleetRequestId: String? = nil)
View on GitHub
DescribeSpotFleetInstancesResponse Structure Reference