Class: Aws::Types::ListMigrationsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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