Class: Aws::Glue::Types::S3DirectSourceAdditionalOptions
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::S3DirectSourceAdditionalOptions
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies additional connection options for the Amazon S3 data store.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #bounded_files  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Sets the upper limit for the target number of files that will be processed. 
- 
  
    
      #bounded_size  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Sets the upper limit for the target size of the dataset in bytes that will be processed. 
- 
  
    
      #enable_sample_path  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Sets option to enable a sample path. 
- 
  
    
      #sample_path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    If enabled, specifies the sample path. 
Instance Attribute Details
#bounded_files ⇒ Integer
Sets the upper limit for the target number of files that will be processed.
| 22000 22001 22002 22003 22004 22005 22006 22007 | # File 'lib/aws-sdk-glue/types.rb', line 22000 class S3DirectSourceAdditionalOptions < Struct.new( :bounded_size, :bounded_files, :enable_sample_path, :sample_path) SENSITIVE = [] include Aws::Structure end | 
#bounded_size ⇒ Integer
Sets the upper limit for the target size of the dataset in bytes that will be processed.
| 22000 22001 22002 22003 22004 22005 22006 22007 | # File 'lib/aws-sdk-glue/types.rb', line 22000 class S3DirectSourceAdditionalOptions < Struct.new( :bounded_size, :bounded_files, :enable_sample_path, :sample_path) SENSITIVE = [] include Aws::Structure end | 
#enable_sample_path ⇒ Boolean
Sets option to enable a sample path.
| 22000 22001 22002 22003 22004 22005 22006 22007 | # File 'lib/aws-sdk-glue/types.rb', line 22000 class S3DirectSourceAdditionalOptions < Struct.new( :bounded_size, :bounded_files, :enable_sample_path, :sample_path) SENSITIVE = [] include Aws::Structure end | 
#sample_path ⇒ String
If enabled, specifies the sample path.
| 22000 22001 22002 22003 22004 22005 22006 22007 | # File 'lib/aws-sdk-glue/types.rb', line 22000 class S3DirectSourceAdditionalOptions < Struct.new( :bounded_size, :bounded_files, :enable_sample_path, :sample_path) SENSITIVE = [] include Aws::Structure end |