ExportAssetsToS3ResponseDetails
public struct ExportAssetsToS3ResponseDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The destination in Amazon S3 where the asset is exported.
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 of the export job.
Declaration
Swift
public let encryption: ExportServerSideEncryption? -
The unique identifier for the revision associated with this export response.
Declaration
Swift
public let revisionId: String -
Undocumented
Declaration
Swift
public init(assetDestinations: [AssetDestinationEntry], dataSetId: String, encryption: ExportServerSideEncryption? = nil, revisionId: String)
View on GitHub
ExportAssetsToS3ResponseDetails Structure Reference