Class: Aws::LexModelsV2::Types::ListBotReplicasRequest

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 IDs in the list of replicated bots.

Returns:

  • (String)


8975
8976
8977
8978
8979
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8975

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