Class: Aws::Types::ListMigrationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListMigrationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#migrations ⇒ ::Array[Types::MigrationSummary]
Returns the value of attribute migrations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#migrations ⇒ ::Array[Types::MigrationSummary]
Returns the value of attribute migrations.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def migrations @migrations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def next_token @next_token end |