Class: Aws::Types::ListMigrationTaskUpdatesResult
- Inherits:
-
Object
- Object
- Aws::Types::ListMigrationTaskUpdatesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#migration_task_update_list ⇒ ::Array[Types::MigrationTaskUpdate]
Returns the value of attribute migration_task_update_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#migration_task_update_list ⇒ ::Array[Types::MigrationTaskUpdate]
Returns the value of attribute migration_task_update_list.
222 223 224 |
# File 'sig/types.rbs', line 222 def migration_task_update_list @migration_task_update_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
221 222 223 |
# File 'sig/types.rbs', line 221 def next_token @next_token end |