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.
| 327 328 329 330 331 332 | # File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 327 class AssetSourceEntry < Struct.new( :bucket, :key) SENSITIVE = [] include Aws::Structure end | 
#key ⇒ String
The name of the object in Amazon S3 for the asset.
| 327 328 329 330 331 332 | # File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 327 class AssetSourceEntry < Struct.new( :bucket, :key) SENSITIVE = [] include Aws::Structure end |