Method: Aws::Glue::Types::TargetTableConfig#partition_spec
- Defined in:
- lib/aws-sdk-glue/types.rb
#partition_spec ⇒ Array<Types::IntegrationPartition>
Determines the file layout on the target.
28494 28495 28496 28497 28498 28499 28500 |
# File 'lib/aws-sdk-glue/types.rb', line 28494 class TargetTableConfig < Struct.new( :unnest_spec, :partition_spec, :target_table_name) SENSITIVE = [] include Aws::Structure end |