Class: Aws::LexModelsV2::Types::DeleteBotReplicaRequest

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 unique ID of the replicated bot to be deleted from the secondary region

Returns:

  • (String)


5029
5030
5031
5032
5033
5034
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5029

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

#replica_regionString

The secondary region of the replicated bot that will be deleted.

Returns:

  • (String)


5029
5030
5031
5032
5033
5034
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5029

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