Class: Aws::LexModelsV2::Types::CreateBotReplicaRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LexModelsV2::Types::CreateBotReplicaRequest
 
- Defined in:
- gems/aws-sdk-lexmodelsv2/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.
| 3609 3610 3611 3612 3613 3614 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3609 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.
| 3609 3610 3611 3612 3613 3614 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3609 class CreateBotReplicaRequest < Struct.new( :bot_id, :replica_region) SENSITIVE = [] include Aws::Structure end |