Class: Aws::LexModelsV2::Types::DeleteBotReplicaResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LexModelsV2::Types::DeleteBotReplicaResponse
 
- 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 unique bot ID of the replicated bot generated. 
- 
  
    
      #bot_replica_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The operational status of the replicated bot generated. 
- 
  
    
      #replica_region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The region of the replicated bot generated. 
Instance Attribute Details
#bot_id ⇒ String
The unique bot ID of the replicated bot generated.
| 5152 5153 5154 5155 5156 5157 5158 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5152 class DeleteBotReplicaResponse < Struct.new( :bot_id, :replica_region, :bot_replica_status) SENSITIVE = [] include Aws::Structure end | 
#bot_replica_status ⇒ String
The operational status of the replicated bot generated.
| 5152 5153 5154 5155 5156 5157 5158 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5152 class DeleteBotReplicaResponse < Struct.new( :bot_id, :replica_region, :bot_replica_status) SENSITIVE = [] include Aws::Structure end | 
#replica_region ⇒ String
The region of the replicated bot generated.
| 5152 5153 5154 5155 5156 5157 5158 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5152 class DeleteBotReplicaResponse < Struct.new( :bot_id, :replica_region, :bot_replica_status) SENSITIVE = [] include Aws::Structure end |