Class: Aws::Types::CreateMigrationProjectMessage

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def migration_project_name
  @migration_project_name
end

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

Returns:



308
309
310
# File 'sig/types.rbs', line 308

def tags
  @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.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def transformation_rules
  @transformation_rules
end