Class: Aws::Types::ModifyMigrationProjectMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1953
1954
1955
# File 'sig/types.rbs', line 1953

def migration_project_name
  @migration_project_name
end

#schema_conversion_application_attributesTypes::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.

Returns:

  • (::String)


1957
1958
1959
# File 'sig/types.rbs', line 1957

def transformation_rules
  @transformation_rules
end