Class: Aws::Types::DatabaseMigrationPreference
- Inherits:
-
Object
- Object
- Aws::Types::DatabaseMigrationPreference
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Heterogeneous, Homogeneous, NoPreference, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#heterogeneous ⇒ Types::Heterogeneous
Returns the value of attribute heterogeneous.
-
#homogeneous ⇒ Types::Homogeneous
Returns the value of attribute homogeneous.
-
#no_preference ⇒ Types::NoDatabaseMigrationPreference
Returns the value of attribute no_preference.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#heterogeneous ⇒ Types::Heterogeneous
Returns the value of attribute heterogeneous.
210 211 212 |
# File 'sig/types.rbs', line 210 def heterogeneous @heterogeneous end |
#homogeneous ⇒ Types::Homogeneous
Returns the value of attribute homogeneous.
211 212 213 |
# File 'sig/types.rbs', line 211 def homogeneous @homogeneous end |
#no_preference ⇒ Types::NoDatabaseMigrationPreference
Returns the value of attribute no_preference.
212 213 214 |
# File 'sig/types.rbs', line 212 def no_preference @no_preference end |
#unknown ⇒ Object
Returns the value of attribute unknown.
213 214 215 |
# File 'sig/types.rbs', line 213 def unknown @unknown end |