Class: Aws::Types::DestinationTable
- Inherits:
-
Object
- Object
- Aws::Types::DestinationTable
- 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.
Instance Attribute Details
#destination_database_name ⇒ ::String
Returns the value of attribute destination_database_name.
572 573 574 |
# File 'sig/types.rbs', line 572 def destination_database_name @destination_database_name end |
#destination_table_name ⇒ ::String
Returns the value of attribute destination_table_name.
573 574 575 |
# File 'sig/types.rbs', line 573 def destination_table_name @destination_table_name end |
#partition_spec ⇒ Types::PartitionSpec
Returns the value of attribute partition_spec.
574 575 576 |
# File 'sig/types.rbs', line 574 def partition_spec @partition_spec end |