Class: Aws::Types::CreateDataMigrationMessage

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_name::String

Returns the value of attribute data_migration_name.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

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")


175
176
177
# File 'sig/types.rbs', line 175

def data_migration_type
  @data_migration_type
end

#enable_cloudwatch_logsBoolean

Returns the value of attribute enable_cloudwatch_logs.

Returns:

  • (Boolean)


177
178
179
# File 'sig/types.rbs', line 177

def enable_cloudwatch_logs
  @enable_cloudwatch_logs
end

#migration_project_identifier::String

Returns the value of attribute migration_project_identifier.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def migration_project_identifier
  @migration_project_identifier
end

#number_of_jobs::Integer

Returns the value of attribute number_of_jobs.

Returns:

  • (::Integer)


180
181
182
# File 'sig/types.rbs', line 180

def number_of_jobs
  @number_of_jobs
end

#selection_rules::String

Returns the value of attribute selection_rules.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def selection_rules
  @selection_rules
end

#service_access_role_arn::String

Returns the value of attribute service_access_role_arn.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

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:



178
179
180
# File 'sig/types.rbs', line 178

def source_data_settings
  @source_data_settings
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



181
182
183
# File 'sig/types.rbs', line 181

def tags
  @tags
end

#target_data_settings::Array[Types::TargetDataSetting]

Returns the value of attribute target_data_settings.

Returns:



179
180
181
# File 'sig/types.rbs', line 179

def target_data_settings
  @target_data_settings
end