ImportAssetFromSignedUrlResponseDetails
public struct ImportAssetFromSignedUrlResponseDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name for the asset associated with this import response.
Declaration
Swift
public let assetName: String
-
The unique identifier for the data set associated with this import job.
Declaration
Swift
public let dataSetId: String
-
The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.
Declaration
Swift
public let md5Hash: String?
-
The unique identifier for the revision associated with this import response.
Declaration
Swift
public let revisionId: String
-
The signed URL.
Declaration
Swift
public let signedUrl: String?
-
The time and date at which the signed URL expires, in ISO 8601 format.
Declaration
Swift
public let signedUrlExpiresAt: TimeStamp?
-
Undocumented
Declaration
Swift
public init(assetName: String, dataSetId: String, md5Hash: String? = nil, revisionId: String, signedUrl: String? = nil, signedUrlExpiresAt: TimeStamp? = nil)