ExportAssetToSignedUrlResponseDetails
public struct ExportAssetToSignedUrlResponseDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique identifier for the asset associated with this export job.
Declaration
Swift
public let assetId: String
-
The unique identifier for the data set associated with this export job.
Declaration
Swift
public let dataSetId: String
-
The unique identifier for the revision associated with this export response.
Declaration
Swift
public let revisionId: String
-
The signed URL for the export request.
Declaration
Swift
public let signedUrl: String?
-
The date and time that the signed URL expires, in ISO 8601 format.
Declaration
Swift
public let signedUrlExpiresAt: TimeStamp?
-
Undocumented
Declaration
Swift
public init(assetId: String, dataSetId: String, revisionId: String, signedUrl: String? = nil, signedUrlExpiresAt: TimeStamp? = nil)