Class: Aws::Types::StartReplicationMessage

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)


2931
2932
2933
# File 'sig/types.rbs', line 2931

def cdc_start_position
  @cdc_start_position
end

#cdc_start_time::Time

Returns the value of attribute cdc_start_time.

Returns:

  • (::Time)


2930
2931
2932
# File 'sig/types.rbs', line 2930

def cdc_start_time
  @cdc_start_time
end

#cdc_stop_position::String

Returns the value of attribute cdc_stop_position.

Returns:

  • (::String)


2932
2933
2934
# File 'sig/types.rbs', line 2932

def cdc_stop_position
  @cdc_stop_position
end

#premigration_assessment_settings::String

Returns the value of attribute premigration_assessment_settings.

Returns:

  • (::String)


2929
2930
2931
# File 'sig/types.rbs', line 2929

def premigration_assessment_settings
  @premigration_assessment_settings
end

#replication_config_arn::String

Returns the value of attribute replication_config_arn.

Returns:

  • (::String)


2927
2928
2929
# File 'sig/types.rbs', line 2927

def replication_config_arn
  @replication_config_arn
end

#start_replication_type::String

Returns the value of attribute start_replication_type.

Returns:

  • (::String)


2928
2929
2930
# File 'sig/types.rbs', line 2928

def start_replication_type
  @start_replication_type
end