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.
7639 7640 7641 |
# File 'sig/types.rbs', line 7639 def partition_spec @partition_spec end |
#target_table_name ⇒ ::String
Returns the value of attribute target_table_name.
7640 7641 7642 |
# File 'sig/types.rbs', line 7640 def target_table_name @target_table_name end |
#unnest_spec ⇒ "TOPLEVEL", ...
Returns the value of attribute unnest_spec.
7638 7639 7640 |
# File 'sig/types.rbs', line 7638 def unnest_spec @unnest_spec end |