ExportAssetsToS3RequestDetails
public struct ExportAssetsToS3RequestDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The destination for the asset.
Declaration
Swift
public let assetDestinations: [AssetDestinationEntry]
-
The unique identifier for the data set associated with this export job.
Declaration
Swift
public let dataSetId: String
-
Encryption configuration for the export job.
Declaration
Swift
public let encryption: ExportServerSideEncryption?
-
The unique identifier for the revision associated with this export request.
Declaration
Swift
public let revisionId: String
-
Undocumented
Declaration
Swift
public init(assetDestinations: [AssetDestinationEntry], dataSetId: String, encryption: ExportServerSideEncryption? = nil, revisionId: String)