Class: Aws::Glue::Types::TargetTableConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Properties used by the target leg to partition the data on the target.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#partition_specArray<Types::IntegrationPartition>

Determines the file layout on the target.

Returns:



26496
26497
26498
26499
26500
26501
26502
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 26496

class TargetTableConfig < Struct.new(
  :unnest_spec,
  :partition_spec,
  :target_table_name)
  SENSITIVE = []
  include Aws::Structure
end

#target_table_nameString

The optional name of a target table.

Returns:

  • (String)


26496
26497
26498
26499
26500
26501
26502
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 26496

class TargetTableConfig < Struct.new(
  :unnest_spec,
  :partition_spec,
  :target_table_name)
  SENSITIVE = []
  include Aws::Structure
end

#unnest_specString

Specifies how nested objects are flattened to top-level elements. Valid values are: "TOPLEVEL", "FULL", or "NOUNNEST".

Returns:

  • (String)


26496
26497
26498
26499
26500
26501
26502
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 26496

class TargetTableConfig < Struct.new(
  :unnest_spec,
  :partition_spec,
  :target_table_name)
  SENSITIVE = []
  include Aws::Structure
end