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

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

Returns:

  • (String)


9139
9140
9141
9142
9143
9144
9145
9146
9147
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9139

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.



9139
9140
9141
9142
9143
9144
9145
9146
9147
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9139

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)


9139
9140
9141
9142
9143
9144
9145
9146
9147
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9139

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)


9139
9140
9141
9142
9143
9144
9145
9146
9147
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9139

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)


9139
9140
9141
9142
9143
9144
9145
9146
9147
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 9139

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