DescribeFleetInstancesResult
public struct DescribeFleetInstancesResult : 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 ID of the EC2 Fleet.
Declaration
Swift
public let fleetId: String?
-
The token for the next set of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(activeInstances: [ActiveInstance]? = nil, fleetId: String? = nil, nextToken: String? = nil)