Class: Aws::VoiceID::Types::DescribeDomainResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::VoiceID::Types::DescribeDomainResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #domain  ⇒ Types::Domain 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the specified domain. 
Instance Attribute Details
#domain ⇒ Types::Domain
Information about the specified domain.
| 369 370 371 372 373 | # File 'lib/aws-sdk-voiceid/types.rb', line 369 class DescribeDomainResponse < Struct.new( :domain) SENSITIVE = [] include Aws::Structure end |