GetStatusOutput
public struct GetStatusOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let artifactList: [Artifact]? -
Undocumented
Declaration
Swift
public let carrier: String? -
Undocumented
Declaration
Swift
public let creationDate: TimeStamp? -
Undocumented
Declaration
Swift
public let currentManifest: String? -
Undocumented
Declaration
Swift
public let errorCount: Int? -
Undocumented
Declaration
Swift
public let jobId: String? -
Undocumented
Declaration
Swift
public let jobType: JobType? -
Undocumented
Declaration
Swift
public let locationCode: String? -
Undocumented
Declaration
Swift
public let locationMessage: String? -
Undocumented
Declaration
Swift
public let logBucket: String? -
Undocumented
Declaration
Swift
public let logKey: String? -
Undocumented
Declaration
Swift
public let progressCode: String? -
Undocumented
Declaration
Swift
public let progressMessage: String? -
Undocumented
Declaration
Swift
public let signature: String? -
Undocumented
Declaration
Swift
public let signatureFileContents: String? -
Undocumented
Declaration
Swift
public let trackingNumber: String? -
init(artifactList:carrier:creationDate:currentManifest:errorCount:jobId:jobType:locationCode:locationMessage:logBucket:logKey:progressCode:progressMessage:signature:signatureFileContents:trackingNumber:)Undocumented
Declaration
Swift
public init(artifactList: [Artifact]? = nil, carrier: String? = nil, creationDate: TimeStamp? = nil, currentManifest: String? = nil, errorCount: Int? = nil, jobId: String? = nil, jobType: JobType? = nil, locationCode: String? = nil, locationMessage: String? = nil, logBucket: String? = nil, logKey: String? = nil, progressCode: String? = nil, progressMessage: String? = nil, signature: String? = nil, signatureFileContents: String? = nil, trackingNumber: String? = nil)
View on GitHub
GetStatusOutput Structure Reference