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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/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)


111
112
113
114
115
116
117
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 111

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)


111
112
113
114
115
116
117
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 111

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)


111
112
113
114
115
116
117
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 111

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