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

Class: Aws::DataExchange::Types::AssetSourceEntry

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

Overview

Note:

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

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

The source of the assets.

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The S3 bucket that\'s part of the source of the asset.

Returns:

  • (String)

    The S3 bucket that\'s part of the source of 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.