ResponseDetails
public struct ResponseDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Details for the export to Amazon S3 response.
Declaration
Swift
public let exportAssetsToS3: ExportAssetsToS3ResponseDetails?
-
Details for the export to signed URL response.
Declaration
Swift
public let exportAssetToSignedUrl: ExportAssetToSignedUrlResponseDetails?
-
Details for the import from signed URL response.
Declaration
Swift
public let importAssetFromSignedUrl: ImportAssetFromSignedUrlResponseDetails?
-
Details for the import from Amazon S3 response.
Declaration
Swift
public let importAssetsFromS3: ImportAssetsFromS3ResponseDetails?
-
Undocumented
Declaration
Swift
public init(exportAssetsToS3: ExportAssetsToS3ResponseDetails? = nil, exportAssetToSignedUrl: ExportAssetToSignedUrlResponseDetails? = nil, importAssetFromSignedUrl: ImportAssetFromSignedUrlResponseDetails? = nil, importAssetsFromS3: ImportAssetsFromS3ResponseDetails? = nil)