UpdateAssetRequest

public struct UpdateAssetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Undocumented

    Declaration

    Swift

    public let assetId: String
  • Undocumented

    Declaration

    Swift

    public let dataSetId: String
  • The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public let revisionId: String
  • Undocumented

    Declaration

    Swift

    public init(assetId: String, dataSetId: String, name: String, revisionId: String)