class Aws::DataExchange::Types::AssetDestinationEntry

The destination for the asset.

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

data as a hash:

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

@!attribute [rw] asset_id

The unique identifier for the asset.
@return [String]

@!attribute [rw] bucket

The S3 bucket that is the destination for the asset.
@return [String]

@!attribute [rw] key

The name of the object in Amazon S3 for the asset.
@return [String]

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

Constants

SENSITIVE