Class: Aws::DataExchange::Types::AssetDestinationEntry
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataExchange::Types::AssetDestinationEntry
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dataexchange/types.rb
 
Overview
The destination for the asset.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #asset_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the asset.
 - 
  
    
      #bucket  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon S3 bucket that is the destination for the asset.
 - 
  
    
      #key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the object in Amazon S3 for the asset.
 
Instance Attribute Details
#asset_id ⇒ String
The unique identifier for the asset.
      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  | 
  
#bucket ⇒ String
The Amazon S3 bucket that is the destination for the asset.
      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  | 
  
#key ⇒ String
The name of the object in Amazon S3 for the asset.
      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  |