Class: Aws::Types::CreateMigrationProjectMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateMigrationProjectMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#instance_profile_identifier ⇒ ::String
Returns the value of attribute instance_profile_identifier.
-
#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::DataProviderDescriptorDefinition]
Returns the value of attribute source_data_provider_descriptors.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_data_provider_descriptors ⇒ ::Array[Types::DataProviderDescriptorDefinition]
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.
307 308 309 |
# File 'sig/types.rbs', line 307 def description @description end |
#instance_profile_identifier ⇒ ::String
Returns the value of attribute instance_profile_identifier.
305 306 307 |
# File 'sig/types.rbs', line 305 def instance_profile_identifier @instance_profile_identifier end |
#migration_project_name ⇒ ::String
Returns the value of attribute migration_project_name.
302 303 304 |
# File 'sig/types.rbs', line 302 def migration_project_name @migration_project_name end |
#schema_conversion_application_attributes ⇒ Types::SCApplicationAttributes
Returns the value of attribute schema_conversion_application_attributes.
309 310 311 |
# File 'sig/types.rbs', line 309 def schema_conversion_application_attributes @schema_conversion_application_attributes end |
#source_data_provider_descriptors ⇒ ::Array[Types::DataProviderDescriptorDefinition]
Returns the value of attribute source_data_provider_descriptors.
303 304 305 |
# File 'sig/types.rbs', line 303 def source_data_provider_descriptors @source_data_provider_descriptors end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
308 309 310 |
# File 'sig/types.rbs', line 308 def @tags end |
#target_data_provider_descriptors ⇒ ::Array[Types::DataProviderDescriptorDefinition]
Returns the value of attribute target_data_provider_descriptors.
304 305 306 |
# File 'sig/types.rbs', line 304 def target_data_provider_descriptors @target_data_provider_descriptors end |
#transformation_rules ⇒ ::String
Returns the value of attribute transformation_rules.
306 307 308 |
# File 'sig/types.rbs', line 306 def transformation_rules @transformation_rules end |