Class: Aws::Types::CreateDataMigrationMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataMigrationMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_migration_name ⇒ ::String
Returns the value of attribute data_migration_name.
-
#data_migration_type ⇒ "full-load", ...
Returns the value of attribute data_migration_type.
-
#enable_cloudwatch_logs ⇒ Boolean
Returns the value of attribute enable_cloudwatch_logs.
-
#migration_project_identifier ⇒ ::String
Returns the value of attribute migration_project_identifier.
-
#number_of_jobs ⇒ ::Integer
Returns the value of attribute number_of_jobs.
-
#selection_rules ⇒ ::String
Returns the value of attribute selection_rules.
-
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
-
#source_data_settings ⇒ ::Array[Types::SourceDataSetting]
Returns the value of attribute source_data_settings.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_data_settings ⇒ ::Array[Types::TargetDataSetting]
Returns the value of attribute target_data_settings.
Instance Attribute Details
#data_migration_name ⇒ ::String
Returns the value of attribute data_migration_name.
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.
175 176 177 |
# File 'sig/types.rbs', line 175 def data_migration_type @data_migration_type end |
#enable_cloudwatch_logs ⇒ Boolean
Returns the value of attribute enable_cloudwatch_logs.
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.
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.
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.
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.
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.
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.
181 182 183 |
# File 'sig/types.rbs', line 181 def @tags end |
#target_data_settings ⇒ ::Array[Types::TargetDataSetting]
Returns the value of attribute target_data_settings.
179 180 181 |
# File 'sig/types.rbs', line 179 def target_data_settings @target_data_settings end |