Class: Aws::Types::DestinationTableConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DestinationTableConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_database_name ⇒ ::String
Returns the value of attribute destination_database_name.
-
#destination_table_name ⇒ ::String
Returns the value of attribute destination_table_name.
-
#partition_spec ⇒ Types::PartitionSpec
Returns the value of attribute partition_spec.
-
#s3_error_output_prefix ⇒ ::String
Returns the value of attribute s3_error_output_prefix.
-
#unique_keys ⇒ ::Array[::String]
Returns the value of attribute unique_keys.
Instance Attribute Details
#destination_database_name ⇒ ::String
Returns the value of attribute destination_database_name.
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.
339 340 341 |
# File 'sig/types.rbs', line 339 def destination_table_name @destination_table_name end |
#partition_spec ⇒ Types::PartitionSpec
Returns the value of attribute partition_spec.
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.
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.
341 342 343 |
# File 'sig/types.rbs', line 341 def unique_keys @unique_keys end |