Class: Aws::Translate::Types::DeleteParallelDataResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Translate::Types::DeleteParallelDataResponse
 
- Defined in:
- gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the parallel data resource that is being deleted. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the parallel data deletion. 
Instance Attribute Details
#name ⇒ String
The name of the parallel data resource that is being deleted.
| 157 158 159 160 161 162 | # File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 157 class DeleteParallelDataResponse < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The status of the parallel data deletion.
| 157 158 159 160 161 162 | # File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 157 class DeleteParallelDataResponse < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |