class Aws::DataExchange::Types::AssetSourceEntry

The source of the assets.

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

data as a hash:

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

@!attribute [rw] bucket

The S3 bucket that's part of the source of 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/AssetSourceEntry AWS API Documentation

Constants

SENSITIVE