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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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)


3530
3531
3532
3533
3534
3535
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3530

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)


3530
3531
3532
3533
3534
3535
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3530

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