Class: Aws::Types::SourceDataSetting
- Inherits:
-
Object
- Object
- Aws::Types::SourceDataSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cdc_start_position ⇒ ::String
Returns the value of attribute cdc_start_position.
-
#cdc_start_time ⇒ ::Time
Returns the value of attribute cdc_start_time.
-
#cdc_stop_time ⇒ ::Time
Returns the value of attribute cdc_stop_time.
-
#slot_name ⇒ ::String
Returns the value of attribute slot_name.
Instance Attribute Details
#cdc_start_position ⇒ ::String
Returns the value of attribute cdc_start_position.
2813 2814 2815 |
# File 'sig/types.rbs', line 2813 def cdc_start_position @cdc_start_position end |
#cdc_start_time ⇒ ::Time
Returns the value of attribute cdc_start_time.
2814 2815 2816 |
# File 'sig/types.rbs', line 2814 def cdc_start_time @cdc_start_time end |
#cdc_stop_time ⇒ ::Time
Returns the value of attribute cdc_stop_time.
2815 2816 2817 |
# File 'sig/types.rbs', line 2815 def cdc_stop_time @cdc_stop_time end |
#slot_name ⇒ ::String
Returns the value of attribute slot_name.
2816 2817 2818 |
# File 'sig/types.rbs', line 2816 def slot_name @slot_name end |