Class: Aws::Types::DestinationTableConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#destination_database_name::String

Returns the value of attribute destination_database_name.

Returns:



340
341
342
# File 'sig/types.rbs', line 340

def destination_database_name
  @destination_database_name
end

#destination_table_name::String

Returns the value of attribute destination_table_name.

Returns:



339
340
341
# File 'sig/types.rbs', line 339

def destination_table_name
  @destination_table_name
end

#partition_specTypes::PartitionSpec

Returns the value of attribute partition_spec.

Returns:



342
343
344
# File 'sig/types.rbs', line 342

def partition_spec
  @partition_spec
end

#s3_error_output_prefix::String

Returns the value of attribute s3_error_output_prefix.

Returns:



343
344
345
# File 'sig/types.rbs', line 343

def s3_error_output_prefix
  @s3_error_output_prefix
end

#unique_keys::Array[::String]

Returns the value of attribute unique_keys.

Returns:



341
342
343
# File 'sig/types.rbs', line 341

def unique_keys
  @unique_keys
end