GetImportResponse
public struct GetImportResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A timestamp for the date and time that the import job was created.
Declaration
Swift
public let createdDate: TimeStamp?
-
A string that describes why an import job failed to complete.
Declaration
Swift
public let failureReason: [String]?
-
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 from the failureReason field.
Declaration
Swift
public let importStatus: ImportStatus?
-
The action taken when there was a conflict between an existing resource and a resource in the import file.
Declaration
Swift
public let mergeStrategy: MergeStrategy?
-
The name given to the import job.
Declaration
Swift
public let name: String?
-
The type of resource imported.
Declaration
Swift
public let resourceType: ResourceType?
-
Undocumented
Declaration
Swift
public init(createdDate: TimeStamp? = nil, failureReason: [String]? = nil, importId: String? = nil, importStatus: ImportStatus? = nil, mergeStrategy: MergeStrategy? = nil, name: String? = nil, resourceType: ResourceType? = nil)