Class: Aws::LexModelsV2::Types::ListBotAliasReplicasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ListBotAliasReplicasResponse
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_alias_replica_summaries ⇒ Array<Types::BotAliasReplicaSummary>
The summary information of the replicated bot created from the source bot alias.
-
#bot_id ⇒ String
The unique bot ID of the replicated bot created from the source bot alias.
-
#next_token ⇒ String
The next token for the replicated bots created from the source bot alias.
-
#replica_region ⇒ String
The secondary region of the replicated bot created from the source bot alias.
-
#source_region ⇒ String
The source region of the replicated bot created from the source bot alias.
Instance Attribute Details
#bot_alias_replica_summaries ⇒ Array<Types::BotAliasReplicaSummary>
The summary information of the replicated bot created from the source bot alias.
8873 8874 8875 8876 8877 8878 8879 8880 8881 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8873 class ListBotAliasReplicasResponse < Struct.new( :bot_id, :source_region, :replica_region, :bot_alias_replica_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#bot_id ⇒ String
The unique bot ID of the replicated bot created from the source bot alias.
8873 8874 8875 8876 8877 8878 8879 8880 8881 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8873 class ListBotAliasReplicasResponse < Struct.new( :bot_id, :source_region, :replica_region, :bot_alias_replica_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next token for the replicated bots created from the source bot alias.
8873 8874 8875 8876 8877 8878 8879 8880 8881 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8873 class ListBotAliasReplicasResponse < Struct.new( :bot_id, :source_region, :replica_region, :bot_alias_replica_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#replica_region ⇒ String
The secondary region of the replicated bot created from the source bot alias.
8873 8874 8875 8876 8877 8878 8879 8880 8881 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8873 class ListBotAliasReplicasResponse < Struct.new( :bot_id, :source_region, :replica_region, :bot_alias_replica_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#source_region ⇒ String
The source region of the replicated bot created from the source bot alias.
8873 8874 8875 8876 8877 8878 8879 8880 8881 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8873 class ListBotAliasReplicasResponse < Struct.new( :bot_id, :source_region, :replica_region, :bot_alias_replica_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |