ImportAssetFromSignedUrlRequestDetails

public struct ImportAssetFromSignedUrlRequestDetails : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name.

    Declaration

    Swift

    public let assetName: String
  • The unique identifier for the data set associated with this import job.

    Declaration

    Swift

    public let dataSetId: String
  • The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.

    Declaration

    Swift

    public let md5Hash: String
  • The unique identifier for the revision associated with this import request.

    Declaration

    Swift

    public let revisionId: String
  • Undocumented

    Declaration

    Swift

    public init(assetName: String, dataSetId: String, md5Hash: String, revisionId: String)
  • Declaration

    Swift

    public func validate(name: String) throws