Class: Aws::LexModelBuildingService::Types::GetMigrationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetMigrationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#migration_summaries ⇒ Array<Types::MigrationSummary>
An array of summaries for migrations from Amazon Lex V1 to Amazon Lex V2.
-
#next_token ⇒ String
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.
Instance Attribute Details
#migration_summaries ⇒ Array<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.
2182 2183 2184 2185 2186 2187 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2182 class GetMigrationsResponse < Struct.new( :migration_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
2182 2183 2184 2185 2186 2187 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2182 class GetMigrationsResponse < Struct.new( :migration_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |