StartImportResponse
public struct StartImportResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A timestamp for the date and time that the import job was requested.
Declaration
Swift
public let createdDate: TimeStamp? -
The identifier for the specific import job.
Declaration
Swift
public let importId: String? -
The status of the import job. If the status is FAILED, you can get the reason for the failure using the GetImport operation.
Declaration
Swift
public let importStatus: ImportStatus? -
The action to take when there is a merge conflict.
Declaration
Swift
public let mergeStrategy: MergeStrategy? -
The name given to the import job.
Declaration
Swift
public let name: String? -
The type of resource to import.
Declaration
Swift
public let resourceType: ResourceType? -
A list of tags added to the imported bot.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(createdDate: TimeStamp? = nil, importId: String? = nil, importStatus: ImportStatus? = nil, mergeStrategy: MergeStrategy? = nil, name: String? = nil, resourceType: ResourceType? = nil, tags: [Tag]? = nil)
View on GitHub
StartImportResponse Structure Reference