Class: Aws::Types::MigrationProject

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


1818
1819
1820
# File 'sig/types.rbs', line 1818

def migration_project_name
  @migration_project_name
end

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

Returns:



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.

Returns:



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.

Returns:

  • (::String)


1825
1826
1827
# File 'sig/types.rbs', line 1825

def transformation_rules
  @transformation_rules
end