Class: Aws::LexModelsV2::Types::CreateBotReplicaRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The request for the unique bot ID of the source bot to be replicated in the secondary region.

Returns:

  • (String)


3603
3604
3605
3606
3607
3608
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3603

class CreateBotReplicaRequest < Struct.new(
  :bot_id,
  :replica_region)
  SENSITIVE = []
  include Aws::Structure
end

#replica_regionString

The request for the secondary region that will be used in the replication of the source bot.

Returns:

  • (String)


3603
3604
3605
3606
3607
3608
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3603

class CreateBotReplicaRequest < Struct.new(
  :bot_id,
  :replica_region)
  SENSITIVE = []
  include Aws::Structure
end