Class: Aws::Types::ModifyMigrationProjectMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyMigrationProjectMessage
- 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_identifier ⇒ ::String
Returns the value of attribute migration_project_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.
-
#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.
1958 1959 1960 |
# File 'sig/types.rbs', line 1958 def description @description end |
#instance_profile_identifier ⇒ ::String
Returns the value of attribute instance_profile_identifier.
1956 1957 1958 |
# File 'sig/types.rbs', line 1956 def instance_profile_identifier @instance_profile_identifier end |
#migration_project_identifier ⇒ ::String
Returns the value of attribute migration_project_identifier.
1952 1953 1954 |
# File 'sig/types.rbs', line 1952 def migration_project_identifier @migration_project_identifier end |
#migration_project_name ⇒ ::String
Returns the value of attribute migration_project_name.
1953 1954 1955 |
# File 'sig/types.rbs', line 1953 def migration_project_name @migration_project_name end |
#schema_conversion_application_attributes ⇒ Types::SCApplicationAttributes
Returns the value of attribute schema_conversion_application_attributes.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 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.
1954 1955 1956 |
# File 'sig/types.rbs', line 1954 def source_data_provider_descriptors @source_data_provider_descriptors end |
#target_data_provider_descriptors ⇒ ::Array[Types::DataProviderDescriptorDefinition]
Returns the value of attribute target_data_provider_descriptors.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def target_data_provider_descriptors @target_data_provider_descriptors end |
#transformation_rules ⇒ ::String
Returns the value of attribute transformation_rules.
1957 1958 1959 |
# File 'sig/types.rbs', line 1957 def transformation_rules @transformation_rules end |