Class: Aws::LexModelBuildingService::Types::StartMigrationResponse

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_idString

The unique identifier that Amazon Lex assigned to the migration.

Returns:

  • (String)


4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4383

class StartMigrationResponse < Struct.new(
  :v1_bot_name,
  :v1_bot_version,
  :v1_bot_locale,
  :v2_bot_id,
  :v2_bot_role,
  :migration_id,
  :migration_strategy,
  :migration_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#migration_strategyString

The strategy used to conduct the migration.

Returns:

  • (String)


4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4383

class StartMigrationResponse < Struct.new(
  :v1_bot_name,
  :v1_bot_version,
  :v1_bot_locale,
  :v2_bot_id,
  :v2_bot_role,
  :migration_id,
  :migration_strategy,
  :migration_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#migration_timestampTime

The date and time that the migration started.

Returns:

  • (Time)


4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4383

class StartMigrationResponse < Struct.new(
  :v1_bot_name,
  :v1_bot_version,
  :v1_bot_locale,
  :v2_bot_id,
  :v2_bot_role,
  :migration_id,
  :migration_strategy,
  :migration_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#v1_bot_localeString

The locale used for the Amazon Lex V1 bot.

Returns:

  • (String)


4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4383

class StartMigrationResponse < Struct.new(
  :v1_bot_name,
  :v1_bot_version,
  :v1_bot_locale,
  :v2_bot_id,
  :v2_bot_role,
  :migration_id,
  :migration_strategy,
  :migration_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#v1_bot_nameString

The name of the Amazon Lex V1 bot that you are migrating to Amazon Lex V2.

Returns:

  • (String)


4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4383

class StartMigrationResponse < Struct.new(
  :v1_bot_name,
  :v1_bot_version,
  :v1_bot_locale,
  :v2_bot_id,
  :v2_bot_role,
  :migration_id,
  :migration_strategy,
  :migration_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#v1_bot_versionString

The version of the bot to migrate to Amazon Lex V2.

Returns:

  • (String)


4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4383

class StartMigrationResponse < Struct.new(
  :v1_bot_name,
  :v1_bot_version,
  :v1_bot_locale,
  :v2_bot_id,
  :v2_bot_role,
  :migration_id,
  :migration_strategy,
  :migration_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#v2_bot_idString

The unique identifier for the Amazon Lex V2 bot.

Returns:

  • (String)


4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4383

class StartMigrationResponse < Struct.new(
  :v1_bot_name,
  :v1_bot_version,
  :v1_bot_locale,
  :v2_bot_id,
  :v2_bot_role,
  :migration_id,
  :migration_strategy,
  :migration_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#v2_bot_roleString

The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.

Returns:

  • (String)


4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 4383

class StartMigrationResponse < Struct.new(
  :v1_bot_name,
  :v1_bot_version,
  :v1_bot_locale,
  :v2_bot_id,
  :v2_bot_role,
  :migration_id,
  :migration_strategy,
  :migration_timestamp)
  SENSITIVE = []
  include Aws::Structure
end