Class: Aws::LexModelsV2::Types::ListBotReplicasResponse

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

Returns:

  • (String)


8995
8996
8997
8998
8999
9000
9001
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8995

class ListBotReplicasResponse < Struct.new(
  :bot_id,
  :source_region,
  :bot_replica_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#bot_replica_summariesArray<Types::BotReplicaSummary>

The summary details for the replicated bots.

Returns:



8995
8996
8997
8998
8999
9000
9001
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8995

class ListBotReplicasResponse < Struct.new(
  :bot_id,
  :source_region,
  :bot_replica_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#source_regionString

The source region of the source bots in the list of replicated bots.

Returns:

  • (String)


8995
8996
8997
8998
8999
9000
9001
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8995

class ListBotReplicasResponse < Struct.new(
  :bot_id,
  :source_region,
  :bot_replica_summaries)
  SENSITIVE = []
  include Aws::Structure
end