ExportAssetToSignedUrlRequestDetails
public struct ExportAssetToSignedUrlRequestDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique identifier for the asset that is exported to a signed URL.
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 request.
Declaration
Swift
public let revisionId: String
-
Undocumented
Declaration
Swift
public init(assetId: String, dataSetId: String, revisionId: String)