Class: Aws::LexModelsV2::Types::DescribeBotReplicaRequest

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 replicated bot being monitored.

Returns:

  • (String)


5937
5938
5939
5940
5941
5942
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5937

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

#replica_regionString

The request for the region of the replicated bot being monitored.

Returns:

  • (String)


5937
5938
5939
5940
5941
5942
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5937

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