Class: Aws::Types::MigrationProject
- Inherits:
-
Object
- Object
- Aws::Types::MigrationProject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#instance_profile_arn ⇒ ::String
Returns the value of attribute instance_profile_arn.
-
#instance_profile_name ⇒ ::String
Returns the value of attribute instance_profile_name.
-
#migration_project_arn ⇒ ::String
Returns the value of attribute migration_project_arn.
-
#migration_project_creation_time ⇒ ::Time
Returns the value of attribute migration_project_creation_time.
-
#migration_project_name ⇒ ::String
Returns the value of attribute migration_project_name.
-
#schema_conversion_application_attributes ⇒ Types::SCApplicationAttributes
Returns the value of attribute schema_conversion_application_attributes.
-
#source_data_provider_descriptors ⇒ ::Array[Types::DataProviderDescriptor]
Returns the value of attribute source_data_provider_descriptors.
-
#target_data_provider_descriptors ⇒ ::Array[Types::DataProviderDescriptor]
Returns the value of attribute target_data_provider_descriptors.
-
#transformation_rules ⇒ ::String
Returns the value of attribute transformation_rules.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def description @description end |
#instance_profile_arn ⇒ ::String
Returns the value of attribute instance_profile_arn.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def instance_profile_arn @instance_profile_arn end |
#instance_profile_name ⇒ ::String
Returns the value of attribute instance_profile_name.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def instance_profile_name @instance_profile_name end |
#migration_project_arn ⇒ ::String
Returns the value of attribute migration_project_arn.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def migration_project_arn @migration_project_arn end |
#migration_project_creation_time ⇒ ::Time
Returns the value of attribute migration_project_creation_time.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def migration_project_creation_time @migration_project_creation_time end |
#migration_project_name ⇒ ::String
Returns the value of attribute migration_project_name.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def migration_project_name @migration_project_name end |
#schema_conversion_application_attributes ⇒ Types::SCApplicationAttributes
Returns the value of attribute schema_conversion_application_attributes.
1827 1828 1829 |
# File 'sig/types.rbs', line 1827 def schema_conversion_application_attributes @schema_conversion_application_attributes end |
#source_data_provider_descriptors ⇒ ::Array[Types::DataProviderDescriptor]
Returns the value of attribute source_data_provider_descriptors.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def source_data_provider_descriptors @source_data_provider_descriptors end |
#target_data_provider_descriptors ⇒ ::Array[Types::DataProviderDescriptor]
Returns the value of attribute target_data_provider_descriptors.
1822 1823 1824 |
# File 'sig/types.rbs', line 1822 def target_data_provider_descriptors @target_data_provider_descriptors end |
#transformation_rules ⇒ ::String
Returns the value of attribute transformation_rules.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def transformation_rules @transformation_rules end |