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)


9421
9422
9423
9424
9425
9426
9427
9428
9429
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9421

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.



9421
9422
9423
9424
9425
9426
9427
9428
9429
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9421

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)


9421
9422
9423
9424
9425
9426
9427
9428
9429
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9421

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)


9421
9422
9423
9424
9425
9426
9427
9428
9429
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9421

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)


9421
9422
9423
9424
9425
9426
9427
9428
9429
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 9421

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