Class: Aws::Types::GetMigrationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMigrationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#migration_summaries ⇒ ::Array[Types::MigrationSummary]
Returns the value of attribute migration_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#migration_summaries ⇒ ::Array[Types::MigrationSummary]
Returns the value of attribute migration_summaries.
521 522 523 |
# File 'sig/types.rbs', line 521 def migration_summaries @migration_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
522 523 524 |
# File 'sig/types.rbs', line 522 def next_token @next_token end |