Class: Aws::Types::ModifyDataMigrationMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:selection_rules])

Instance Attribute Summary collapse

Instance Attribute Details

#data_migration_identifier::String

Returns the value of attribute data_migration_identifier.

Returns:

  • (::String)


1843
1844
1845
# File 'sig/types.rbs', line 1843

def data_migration_identifier
  @data_migration_identifier
end

#data_migration_name::String

Returns the value of attribute data_migration_name.

Returns:

  • (::String)


1844
1845
1846
# File 'sig/types.rbs', line 1844

def data_migration_name
  @data_migration_name
end

#data_migration_type"full-load", ...

Returns the value of attribute data_migration_type.

Returns:

  • ("full-load", "cdc", "full-load-and-cdc")


1847
1848
1849
# File 'sig/types.rbs', line 1847

def data_migration_type
  @data_migration_type
end

#enable_cloudwatch_logsBoolean

Returns the value of attribute enable_cloudwatch_logs.

Returns:

  • (Boolean)


1845
1846
1847
# File 'sig/types.rbs', line 1845

def enable_cloudwatch_logs
  @enable_cloudwatch_logs
end

#number_of_jobs::Integer

Returns the value of attribute number_of_jobs.

Returns:

  • (::Integer)


1850
1851
1852
# File 'sig/types.rbs', line 1850

def number_of_jobs
  @number_of_jobs
end

#selection_rules::String

Returns the value of attribute selection_rules.

Returns:

  • (::String)


1851
1852
1853
# File 'sig/types.rbs', line 1851

def selection_rules
  @selection_rules
end

#service_access_role_arn::String

Returns the value of attribute service_access_role_arn.

Returns:

  • (::String)


1846
1847
1848
# File 'sig/types.rbs', line 1846

def service_access_role_arn
  @service_access_role_arn
end

#source_data_settings::Array[Types::SourceDataSetting]

Returns the value of attribute source_data_settings.

Returns:



1848
1849
1850
# File 'sig/types.rbs', line 1848

def source_data_settings
  @source_data_settings
end

#target_data_settings::Array[Types::TargetDataSetting]

Returns the value of attribute target_data_settings.

Returns:



1849
1850
1851
# File 'sig/types.rbs', line 1849

def target_data_settings
  @target_data_settings
end