Class: Aws::Types::TargetTableConfig
- Inherits:
-
Object
- Object
- Aws::Types::TargetTableConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#partition_spec ⇒ ::Array[Types::IntegrationPartition]
Returns the value of attribute partition_spec.
-
#target_table_name ⇒ ::String
Returns the value of attribute target_table_name.
-
#unnest_spec ⇒ "TOPLEVEL", ...
Returns the value of attribute unnest_spec.
Instance Attribute Details
#partition_spec ⇒ ::Array[Types::IntegrationPartition]
Returns the value of attribute partition_spec.
7671 7672 7673 |
# File 'sig/types.rbs', line 7671 def partition_spec @partition_spec end |
#target_table_name ⇒ ::String
Returns the value of attribute target_table_name.
7672 7673 7674 |
# File 'sig/types.rbs', line 7672 def target_table_name @target_table_name end |
#unnest_spec ⇒ "TOPLEVEL", ...
Returns the value of attribute unnest_spec.
7670 7671 7672 |
# File 'sig/types.rbs', line 7670 def unnest_spec @unnest_spec end |