You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RoboMaker::Types::DataSourceConfig
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RoboMaker::Types::DataSourceConfig
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing DataSourceConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
  name: "Name", # required
  s3_bucket: "S3Bucket", # required
  s3_keys: ["S3Key"], # required
}
Information about a data source.
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the data source. 
- 
  
    
      #s3_bucket  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The S3 bucket where the data files are located. 
- 
  
    
      #s3_keys  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of S3 keys identifying the data source files. 
Instance Attribute Details
#name ⇒ String
The name of the data source.
#s3_bucket ⇒ String
The S3 bucket where the data files are located.
#s3_keys ⇒ Array<String>
The list of S3 keys identifying the data source files.