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:



7639
7640
7641
# File 'sig/types.rbs', line 7639

def partition_spec
  @partition_spec
end

#target_table_name::String

Returns the value of attribute target_table_name.

Returns:

  • (::String)


7640
7641
7642
# File 'sig/types.rbs', line 7640

def target_table_name
  @target_table_name
end

#unnest_spec"TOPLEVEL", ...

Returns the value of attribute unnest_spec.

Returns:

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


7638
7639
7640
# File 'sig/types.rbs', line 7638

def unnest_spec
  @unnest_spec
end