class Aws::DataExchange::Types::UpdateAssetRequest

The request to update an asset.

@note When making an API call, you may pass UpdateAssetRequest

data as a hash:

    {
      asset_id: "__string", # required
      data_set_id: "__string", # required
      name: "AssetName", # required
      revision_id: "__string", # required
    }

@!attribute [rw] asset_id

@return [String]

@!attribute [rw] data_set_id

@return [String]

@!attribute [rw] name

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.
@return [String]

@!attribute [rw] revision_id

@return [String]

@see docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/UpdateAssetRequest AWS API Documentation

Constants

SENSITIVE