Class: Aws::Types::NoDatabaseMigrationPreference
- Inherits:
-
Object
- Object
- Aws::Types::NoDatabaseMigrationPreference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#target_database_engine ⇒ ::Array[("None specified" | "Amazon Aurora" | "AWS PostgreSQL" | "MySQL" | "Microsoft SQL Server" | "Oracle Database" | "MariaDB" | "SAP" | "Db2 LUW" | "MongoDB")]
Returns the value of attribute target_database_engine.
Instance Attribute Details
#target_database_engine ⇒ ::Array[("None specified" | "Amazon Aurora" | "AWS PostgreSQL" | "MySQL" | "Microsoft SQL Server" | "Oracle Database" | "MariaDB" | "SAP" | "Db2 LUW" | "MongoDB")]
Returns the value of attribute target_database_engine.
492 493 494 |
# File 'sig/types.rbs', line 492 def target_database_engine @target_database_engine end |