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

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

Returns:

  • (String)


9068
9069
9070
9071
9072
9073
9074
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9068

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:



9068
9069
9070
9071
9072
9073
9074
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9068

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)


9068
9069
9070
9071
9072
9073
9074
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9068

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