Class: Aws::Types::SourceDataSetting

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cdc_start_position::String

Returns the value of attribute cdc_start_position.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::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.

Returns:

  • (::String)


2816
2817
2818
# File 'sig/types.rbs', line 2816

def slot_name
  @slot_name
end