Class: Aws::LexModelsV2::Types::ListBotAliasReplicasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ListBotAliasReplicasRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_id ⇒ String
The request for the unique bot ID of the replicated bot created from the source bot alias.
-
#max_results ⇒ Integer
The request for maximum results to list the replicated bots created from the source bot alias.
-
#next_token ⇒ String
The request for the next token for the replicated bot created from the source bot alias.
-
#replica_region ⇒ String
The request for the secondary region of the replicated bot created from the source bot alias.
Instance Attribute Details
#bot_id ⇒ String
The request for the unique bot ID of the replicated bot created from the source bot alias.
8780 8781 8782 8783 8784 8785 8786 8787 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8780 class ListBotAliasReplicasRequest < Struct.new( :bot_id, :replica_region, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The request for maximum results to list the replicated bots created from the source bot alias.
8780 8781 8782 8783 8784 8785 8786 8787 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8780 class ListBotAliasReplicasRequest < Struct.new( :bot_id, :replica_region, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The request for the next token for the replicated bot created from the source bot alias.
8780 8781 8782 8783 8784 8785 8786 8787 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8780 class ListBotAliasReplicasRequest < Struct.new( :bot_id, :replica_region, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#replica_region ⇒ String
The request for the secondary region of the replicated bot created from the source bot alias.
8780 8781 8782 8783 8784 8785 8786 8787 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8780 class ListBotAliasReplicasRequest < Struct.new( :bot_id, :replica_region, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |