ImportAssetsFromS3RequestDetails
public struct ImportAssetsFromS3RequestDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Is a list of S3 bucket and object key pairs.
Declaration
Swift
public let assetSources: [AssetSourceEntry]
-
The unique identifier for the data set associated with this import job.
Declaration
Swift
public let dataSetId: String
-
The unique identifier for the revision associated with this import request.
Declaration
Swift
public let revisionId: String
-
Undocumented
Declaration
Swift
public init(assetSources: [AssetSourceEntry], dataSetId: String, revisionId: String)