Class: Aws::LexModelsV2::Types::ListBotVersionReplicasResponse

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

Returns:

  • (String)


9212
9213
9214
9215
9216
9217
9218
9219
9220
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9212

class ListBotVersionReplicasResponse < Struct.new(
  :bot_id,
  :source_region,
  :replica_region,
  :bot_version_replica_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#bot_version_replica_summariesArray<Types::BotVersionReplicaSummary>

The information summary used for the replicated bots in the list of replicated bots.



9212
9213
9214
9215
9216
9217
9218
9219
9220
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9212

class ListBotVersionReplicasResponse < Struct.new(
  :bot_id,
  :source_region,
  :replica_region,
  :bot_version_replica_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The next token used for the replicated bots in the list of replicated bots.

Returns:

  • (String)


9212
9213
9214
9215
9216
9217
9218
9219
9220
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9212

class ListBotVersionReplicasResponse < Struct.new(
  :bot_id,
  :source_region,
  :replica_region,
  :bot_version_replica_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#replica_regionString

The region used for the replicated bots in the list of replicated bots.

Returns:

  • (String)


9212
9213
9214
9215
9216
9217
9218
9219
9220
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9212

class ListBotVersionReplicasResponse < Struct.new(
  :bot_id,
  :source_region,
  :replica_region,
  :bot_version_replica_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#source_regionString

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

Returns:

  • (String)


9212
9213
9214
9215
9216
9217
9218
9219
9220
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9212

class ListBotVersionReplicasResponse < Struct.new(
  :bot_id,
  :source_region,
  :replica_region,
  :bot_version_replica_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end