Class: Aws::Types::ModifyDataMigrationMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyDataMigrationMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_migration_identifier ⇒ ::String
Returns the value of attribute data_migration_identifier.
-
#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.
-
#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.
-
#target_data_settings ⇒ ::Array[Types::TargetDataSetting]
Returns the value of attribute target_data_settings.
Instance Attribute Details
#data_migration_identifier ⇒ ::String
Returns the value of attribute data_migration_identifier.
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.
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.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def data_migration_type @data_migration_type end |
#enable_cloudwatch_logs ⇒ Boolean
Returns the value of attribute enable_cloudwatch_logs.
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.
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.
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.
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.
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.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def target_data_settings @target_data_settings end |