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

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

Returns:

  • (String)


9257
9258
9259
9260
9261
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9257

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