Class: Aws::DataExchange::Types::AssetSourceEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::AssetSourceEntry
- 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
-
#bucket ⇒ String
The Amazon S3 bucket that's part of the source of the asset.
-
#key ⇒ String
The name of the object in Amazon S3 for the asset.
Instance Attribute Details
#bucket ⇒ String
The Amazon S3 bucket that's part of the source of the asset.
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 |
#key ⇒ String
The name of the object in Amazon S3 for the asset.
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 |