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

Class: Aws::DataExchange::Types::AssetDestinationEntry

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

Overview

Note:

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

{
  asset_id: "Id", # required
  bucket: "__string", # required
  key: "__string",
}

The destination for the asset.

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

The unique identifier for the asset.

Returns:

  • (String)

    The unique identifier for the asset.

#bucketString

The S3 bucket that is the destination for the asset.

Returns:

  • (String)

    The S3 bucket that is the destination for the asset.

#keyString

The name of the object in Amazon S3 for the asset.

Returns:

  • (String)

    The name of the object in Amazon S3 for the asset.