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

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

Overview

The destination for the asset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

The unique identifier for the asset.

Returns:

  • (String)


195
196
197
198
199
200
201
# File 'lib/aws-sdk-dataexchange/types.rb', line 195

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

#bucketString

The Amazon S3 bucket that is the destination for the asset.

Returns:

  • (String)


195
196
197
198
199
200
201
# File 'lib/aws-sdk-dataexchange/types.rb', line 195

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

#keyString

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

Returns:

  • (String)


195
196
197
198
199
200
201
# File 'lib/aws-sdk-dataexchange/types.rb', line 195

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