Class: Aws::VoiceID::Types::OptOutSpeakerResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::VoiceID::Types::OptOutSpeakerResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #speaker  ⇒ Types::Speaker 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Details about the opted-out speaker. 
Instance Attribute Details
#speaker ⇒ Types::Speaker
Details about the opted-out speaker.
| 1559 1560 1561 1562 1563 | # File 'lib/aws-sdk-voiceid/types.rb', line 1559 class OptOutSpeakerResponse < Struct.new( :speaker) SENSITIVE = [] include Aws::Structure end |