You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DataExchange::Types::UpdateAssetRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateAssetRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

The request to update an asset.

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

Returns:

  • (String)

#data_set_idString

Returns:

  • (String)

#nameString

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.

Returns:

  • (String)

    The name of the asset.

#revision_idString

Returns:

  • (String)