DeleteFleetSuccessItem
public struct DeleteFleetSuccessItem : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The current state of the EC2 Fleet.
Declaration
Swift
public let currentFleetState: FleetStateCode? -
The ID of the EC2 Fleet.
Declaration
Swift
public let fleetId: String? -
The previous state of the EC2 Fleet.
Declaration
Swift
public let previousFleetState: FleetStateCode? -
Undocumented
Declaration
Swift
public init(currentFleetState: FleetStateCode? = nil, fleetId: String? = nil, previousFleetState: FleetStateCode? = nil)
View on GitHub
DeleteFleetSuccessItem Structure Reference