Class: Aws::LexModelsV2::Types::ListBotAliasReplicasResponse

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_alias_replica_summariesArray<Types::BotAliasReplicaSummary>

The summary information of the replicated bot created from the source bot alias.

Returns:



8743
8744
8745
8746
8747
8748
8749
8750
8751
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8743

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

#bot_idString

The unique bot ID of the replicated bot created from the source bot alias.

Returns:

  • (String)


8743
8744
8745
8746
8747
8748
8749
8750
8751
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8743

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

#next_tokenString

The next token for the replicated bots created from the source bot alias.

Returns:

  • (String)


8743
8744
8745
8746
8747
8748
8749
8750
8751
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8743

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

#replica_regionString

The secondary region of the replicated bot created from the source bot alias.

Returns:

  • (String)


8743
8744
8745
8746
8747
8748
8749
8750
8751
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8743

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

#source_regionString

The source region of the replicated bot created from the source bot alias.

Returns:

  • (String)


8743
8744
8745
8746
8747
8748
8749
8750
8751
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8743

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