Method: Aws::Glue::Types::S3ParquetSource#name
- Defined in:
- lib/aws-sdk-glue/types.rb
#name ⇒ String
The name of the data store.
24182 24183 24184 24185 24186 24187 24188 24189 24190 24191 24192 24193 24194 24195 24196 |
# File 'lib/aws-sdk-glue/types.rb', line 24182 class S3ParquetSource < Struct.new( :name, :paths, :compression_type, :exclusions, :group_size, :group_files, :recurse, :max_band, :max_files_in_band, :additional_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |