ImportSnapshotTask
public struct ImportSnapshotTask : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A description of the import snapshot task.
Declaration
Swift
public let description: String?
-
The ID of the import snapshot task.
Declaration
Swift
public let importTaskId: String?
-
Describes an import snapshot task.
Declaration
Swift
public let snapshotTaskDetail: SnapshotTaskDetail?
-
The tags for the import snapshot task.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(description: String? = nil, importTaskId: String? = nil, snapshotTaskDetail: SnapshotTaskDetail? = nil, tags: [Tag]? = nil)