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.
2651 2652 2653 |
# File 'sig/types.rbs', line 2651 def connection_name @connection_name end |
#create_native_delta_table ⇒ Boolean
Returns the value of attribute create_native_delta_table.
2653 2654 2655 |
# File 'sig/types.rbs', line 2653 def create_native_delta_table @create_native_delta_table end |
#delta_tables ⇒ ::Array[::String]
Returns the value of attribute delta_tables.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def delta_tables @delta_tables end |
#write_manifest ⇒ Boolean
Returns the value of attribute write_manifest.
2652 2653 2654 |
# File 'sig/types.rbs', line 2652 def write_manifest @write_manifest end |