Class: Aws::Types::TargetTableConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#partition_spec::Array[Types::IntegrationPartition]

Returns the value of attribute partition_spec.

Returns:



7681
7682
7683
# File 'sig/types.rbs', line 7681

def partition_spec
  @partition_spec
end

#target_table_name::String

Returns the value of attribute target_table_name.

Returns:

  • (::String)


7682
7683
7684
# File 'sig/types.rbs', line 7682

def target_table_name
  @target_table_name
end

#unnest_spec"TOPLEVEL", ...

Returns the value of attribute unnest_spec.

Returns:

  • ("TOPLEVEL", "FULL", "NOUNNEST")


7680
7681
7682
# File 'sig/types.rbs', line 7680

def unnest_spec
  @unnest_spec
end