CancelImportTaskResult
public struct CancelImportTaskResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the task being canceled.
Declaration
Swift
public let importTaskId: String?
-
The current state of the task being canceled.
Declaration
Swift
public let previousState: String?
-
The current state of the task being canceled.
Declaration
Swift
public let state: String?
-
Undocumented
Declaration
Swift
public init(importTaskId: String? = nil, previousState: String? = nil, state: String? = nil)