Class: Aws::RoboMaker::Types::SourceConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::SourceConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-robomaker/types.rb
 
Overview
Information about a source configuration.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #architecture  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The target processor architecture for the application.
 - 
  
    
      #s3_bucket  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon S3 bucket name.
 - 
  
    
      #s3_key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The s3 object key.
 
Instance Attribute Details
#architecture ⇒ String
The target processor architecture for the application.
      4954 4955 4956 4957 4958 4959 4960  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4954 class SourceConfig < Struct.new( :s3_bucket, :s3_key, :architecture) SENSITIVE = [] include Aws::Structure end  | 
  
#s3_bucket ⇒ String
The Amazon S3 bucket name.
      4954 4955 4956 4957 4958 4959 4960  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4954 class SourceConfig < Struct.new( :s3_bucket, :s3_key, :architecture) SENSITIVE = [] include Aws::Structure end  | 
  
#s3_key ⇒ String
The s3 object key.
      4954 4955 4956 4957 4958 4959 4960  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4954 class SourceConfig < Struct.new( :s3_bucket, :s3_key, :architecture) SENSITIVE = [] include Aws::Structure end  |