BundleTask
public struct BundleTask : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the bundle task.
Declaration
Swift
public let bundleId: String?
-
If the task fails, a description of the error.
Declaration
Swift
public let bundleTaskError: BundleTaskError?
-
The ID of the instance associated with this bundle task.
Declaration
Swift
public let instanceId: String?
-
The level of task completion, as a percent (for example, 20%).
Declaration
Swift
public let progress: String?
-
The time this task started.
Declaration
Swift
public let startTime: TimeStamp?
-
The state of the task.
Declaration
Swift
public let state: BundleTaskState?
-
The Amazon S3 storage locations.
Declaration
Swift
public let storage: Storage?
-
The time of the most recent update for the task.
Declaration
Swift
public let updateTime: TimeStamp?
-
Undocumented
Declaration
Swift
public init(bundleId: String? = nil, bundleTaskError: BundleTaskError? = nil, instanceId: String? = nil, progress: String? = nil, startTime: TimeStamp? = nil, state: BundleTaskState? = nil, storage: Storage? = nil, updateTime: TimeStamp? = nil)