Class: Aws::LexModelsV2::Types::CreateBotReplicaRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::CreateBotReplicaRequest
 
 
- 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 source bot to be replicated in the secondary region.
 - 
  
    
      #replica_region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The request for the secondary region that will be used in the replication of the source bot.
 
Instance Attribute Details
#bot_id ⇒ String
The request for the unique bot ID of the source bot to be replicated in the secondary region.
      3603 3604 3605 3606 3607 3608  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3603 class CreateBotReplicaRequest < Struct.new( :bot_id, :replica_region) SENSITIVE = [] include Aws::Structure end  | 
  
#replica_region ⇒ String
The request for the secondary region that will be used in the replication of the source bot.
      3603 3604 3605 3606 3607 3608  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3603 class CreateBotReplicaRequest < Struct.new( :bot_id, :replica_region) SENSITIVE = [] include Aws::Structure end  |