Class: Aws::Types::DataMigration
- Inherits:
-
Object
- Object
- Aws::Types::DataMigration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_migration_arn ⇒ ::String
Returns the value of attribute data_migration_arn.
-
#data_migration_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute data_migration_cidr_blocks.
-
#data_migration_create_time ⇒ ::Time
Returns the value of attribute data_migration_create_time.
-
#data_migration_end_time ⇒ ::Time
Returns the value of attribute data_migration_end_time.
-
#data_migration_name ⇒ ::String
Returns the value of attribute data_migration_name.
-
#data_migration_settings ⇒ Types::DataMigrationSettings
Returns the value of attribute data_migration_settings.
-
#data_migration_start_time ⇒ ::Time
Returns the value of attribute data_migration_start_time.
-
#data_migration_statistics ⇒ Types::DataMigrationStatistics
Returns the value of attribute data_migration_statistics.
-
#data_migration_status ⇒ ::String
Returns the value of attribute data_migration_status.
-
#data_migration_type ⇒ "full-load", ...
Returns the value of attribute data_migration_type.
-
#last_failure_message ⇒ ::String
Returns the value of attribute last_failure_message.
-
#migration_project_arn ⇒ ::String
Returns the value of attribute migration_project_arn.
-
#public_ip_addresses ⇒ ::Array[::String]
Returns the value of attribute public_ip_addresses.
-
#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.
-
#stop_reason ⇒ ::String
Returns the value of attribute stop_reason.
-
#target_data_settings ⇒ ::Array[Types::TargetDataSetting]
Returns the value of attribute target_data_settings.
Instance Attribute Details
#data_migration_arn ⇒ ::String
Returns the value of attribute data_migration_arn.
400 401 402 |
# File 'sig/types.rbs', line 400 def data_migration_arn @data_migration_arn end |
#data_migration_cidr_blocks ⇒ ::Array[::String]
Returns the value of attribute data_migration_cidr_blocks.
413 414 415 |
# File 'sig/types.rbs', line 413 def data_migration_cidr_blocks @data_migration_cidr_blocks end |
#data_migration_create_time ⇒ ::Time
Returns the value of attribute data_migration_create_time.
401 402 403 |
# File 'sig/types.rbs', line 401 def data_migration_create_time @data_migration_create_time end |
#data_migration_end_time ⇒ ::Time
Returns the value of attribute data_migration_end_time.
403 404 405 |
# File 'sig/types.rbs', line 403 def data_migration_end_time @data_migration_end_time end |
#data_migration_name ⇒ ::String
Returns the value of attribute data_migration_name.
399 400 401 |
# File 'sig/types.rbs', line 399 def data_migration_name @data_migration_name end |
#data_migration_settings ⇒ Types::DataMigrationSettings
Returns the value of attribute data_migration_settings.
407 408 409 |
# File 'sig/types.rbs', line 407 def data_migration_settings @data_migration_settings end |
#data_migration_start_time ⇒ ::Time
Returns the value of attribute data_migration_start_time.
402 403 404 |
# File 'sig/types.rbs', line 402 def data_migration_start_time @data_migration_start_time end |
#data_migration_statistics ⇒ Types::DataMigrationStatistics
Returns the value of attribute data_migration_statistics.
410 411 412 |
# File 'sig/types.rbs', line 410 def data_migration_statistics @data_migration_statistics end |
#data_migration_status ⇒ ::String
Returns the value of attribute data_migration_status.
411 412 413 |
# File 'sig/types.rbs', line 411 def data_migration_status @data_migration_status end |
#data_migration_type ⇒ "full-load", ...
Returns the value of attribute data_migration_type.
406 407 408 |
# File 'sig/types.rbs', line 406 def data_migration_type @data_migration_type end |
#last_failure_message ⇒ ::String
Returns the value of attribute last_failure_message.
414 415 416 |
# File 'sig/types.rbs', line 414 def @last_failure_message end |
#migration_project_arn ⇒ ::String
Returns the value of attribute migration_project_arn.
405 406 407 |
# File 'sig/types.rbs', line 405 def migration_project_arn @migration_project_arn end |
#public_ip_addresses ⇒ ::Array[::String]
Returns the value of attribute public_ip_addresses.
412 413 414 |
# File 'sig/types.rbs', line 412 def public_ip_addresses @public_ip_addresses end |
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
404 405 406 |
# File 'sig/types.rbs', line 404 def service_access_role_arn @service_access_role_arn end |
#source_data_settings ⇒ ::Array[Types::SourceDataSetting]
Returns the value of attribute source_data_settings.
408 409 410 |
# File 'sig/types.rbs', line 408 def source_data_settings @source_data_settings end |
#stop_reason ⇒ ::String
Returns the value of attribute stop_reason.
415 416 417 |
# File 'sig/types.rbs', line 415 def stop_reason @stop_reason end |
#target_data_settings ⇒ ::Array[Types::TargetDataSetting]
Returns the value of attribute target_data_settings.
409 410 411 |
# File 'sig/types.rbs', line 409 def target_data_settings @target_data_settings end |