Class: Aws::LexModelsV2::Types::DeleteBotReplicaRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::DeleteBotReplicaRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bot_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique ID of the replicated bot to be deleted from the secondary region.
 - 
  
    
      #replica_region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The secondary region of the replicated bot that will be deleted.
 
Instance Attribute Details
#bot_id ⇒ String
The unique ID of the replicated bot to be deleted from the secondary region
      5102 5103 5104 5105 5106 5107  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5102 class DeleteBotReplicaRequest < Struct.new( :bot_id, :replica_region) SENSITIVE = [] include Aws::Structure end  | 
  
#replica_region ⇒ String
The secondary region of the replicated bot that will be deleted.
      5102 5103 5104 5105 5106 5107  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5102 class DeleteBotReplicaRequest < Struct.new( :bot_id, :replica_region) SENSITIVE = [] include Aws::Structure end  |