Class: Aws::Types::DeltaTarget
- Inherits:
-
Object
- Object
- Aws::Types::DeltaTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#create_native_delta_table ⇒ Boolean
Returns the value of attribute create_native_delta_table.
-
#delta_tables ⇒ ::Array[::String]
Returns the value of attribute delta_tables.
-
#write_manifest ⇒ Boolean
Returns the value of attribute write_manifest.
Instance Attribute Details
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
2657 2658 2659 |
# File 'sig/types.rbs', line 2657 def connection_name @connection_name end |
#create_native_delta_table ⇒ Boolean
Returns the value of attribute create_native_delta_table.
2659 2660 2661 |
# File 'sig/types.rbs', line 2659 def create_native_delta_table @create_native_delta_table end |
#delta_tables ⇒ ::Array[::String]
Returns the value of attribute delta_tables.
2656 2657 2658 |
# File 'sig/types.rbs', line 2656 def delta_tables @delta_tables end |
#write_manifest ⇒ Boolean
Returns the value of attribute write_manifest.
2658 2659 2660 |
# File 'sig/types.rbs', line 2658 def write_manifest @write_manifest end |