Class: Aws::Types::DescribeDataMigrationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDataMigrationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_migrations ⇒ ::Array[Types::DataMigration]
Returns the value of attribute data_migrations.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#data_migrations ⇒ ::Array[Types::DataMigration]
Returns the value of attribute data_migrations.
759 760 761 |
# File 'sig/types.rbs', line 759 def data_migrations @data_migrations end |
#marker ⇒ ::String
Returns the value of attribute marker.
760 761 762 |
# File 'sig/types.rbs', line 760 def marker @marker end |