You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RoboMaker::Types::Source
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RoboMaker::Types::Source
 
- Defined in:
- (unknown)
Overview
Information about a source.
Instance Attribute Summary collapse
- 
  
    
      #architecture  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The taget processor architecture for the application. 
- 
  
    
      #etag  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A hash of the object specified by s3Bucketands3Key.
- 
  
    
      #s3_bucket  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The s3 bucket name. 
- 
  
    
      #s3_key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The s3 object key. 
Instance Attribute Details
#architecture ⇒ String
The taget processor architecture for the application.
Possible values:
- X86_64
- ARM64
- ARMHF
#etag ⇒ String
A hash of the object specified by s3Bucket and s3Key.
#s3_bucket ⇒ String
The s3 bucket name.
#s3_key ⇒ String
The s3 object key.