Class: Aws::LexModelBuildingService::Types::GetMigrationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#migration_summariesArray<Types::MigrationSummary>

An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2. To see details of the migration, use the migrationId from the summary in a call to the operation.

Returns:



2182
2183
2184
2185
2186
2187
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2182

class GetMigrationsResponse < Struct.new(
  :migration_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of migrations.

Returns:

  • (String)


2182
2183
2184
2185
2186
2187
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2182

class GetMigrationsResponse < Struct.new(
  :migration_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end