Class: Aws::DataExchange::Types::S3SnapshotAsset
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataExchange::Types::S3SnapshotAsset
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dataexchange/types.rb
 
Overview
The Amazon S3 object that is the asset.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #size  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The size of the Amazon S3 object that is the object.
 
Instance Attribute Details
#size ⇒ Float
The size of the Amazon S3 object that is the object.
      3650 3651 3652 3653 3654  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 3650 class S3SnapshotAsset < Struct.new( :size) SENSITIVE = [] include Aws::Structure end  |