Class: Aws::VoiceID::Types::DeleteDomainRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::VoiceID::Types::DeleteDomainRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-voiceid/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #domain_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the domain you want to delete.
 
Instance Attribute Details
#domain_id ⇒ String
The identifier of the domain you want to delete.
      294 295 296 297 298  | 
    
      # File 'lib/aws-sdk-voiceid/types.rb', line 294 class DeleteDomainRequest < Struct.new( :domain_id) SENSITIVE = [] include Aws::Structure end  |