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.
579 580 581 |
# File 'sig/types.rbs', line 579 def destination_database_name @destination_database_name end |
#destination_table_name ⇒ ::String
Returns the value of attribute destination_table_name.
580 581 582 |
# File 'sig/types.rbs', line 580 def destination_table_name @destination_table_name end |
#partition_spec ⇒ Types::PartitionSpec
Returns the value of attribute partition_spec.
581 582 583 |
# File 'sig/types.rbs', line 581 def partition_spec @partition_spec end |