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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb

Overview

The source of the assets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

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

Returns:

  • (String)


243
244
245
246
247
248
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 243

class AssetSourceEntry < Struct.new(
  :bucket,
  :key)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

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

Returns:

  • (String)


243
244
245
246
247
248
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 243

class AssetSourceEntry < Struct.new(
  :bucket,
  :key)
  SENSITIVE = []
  include Aws::Structure
end