SpotFleetRequestConfig
public struct SpotFleetRequestConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The progress of the Spot Fleet request. If there is an error, the status is error. After all requests are placed, the status is pending_fulfillment. If the size of the fleet is equal to or greater than its target capacity, the status is fulfilled. If the size of the fleet is decreased, the status is pending_termination while Spot Instances are terminating.
Declaration
Swift
public let activityStatus: ActivityStatus? -
The creation date and time of the request.
Declaration
Swift
public let createTime: TimeStamp? -
The configuration of the Spot Fleet request.
Declaration
Swift
public let spotFleetRequestConfig: SpotFleetRequestConfigData? -
The ID of the Spot Fleet request.
Declaration
Swift
public let spotFleetRequestId: String? -
The state of the Spot Fleet request.
Declaration
Swift
public let spotFleetRequestState: BatchState? -
The tags for a Spot Fleet resource.
Declaration
Swift
public let tags: [Tag]? -
init(activityStatus:createTime:spotFleetRequestConfig:spotFleetRequestId:spotFleetRequestState:tags:)Undocumented
Declaration
Swift
public init(activityStatus: ActivityStatus? = nil, createTime: TimeStamp? = nil, spotFleetRequestConfig: SpotFleetRequestConfigData? = nil, spotFleetRequestId: String? = nil, spotFleetRequestState: BatchState? = nil, tags: [Tag]? = nil)
View on GitHub
SpotFleetRequestConfig Structure Reference