Class: Aws::VoiceID::Types::OptOutSpeakerResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-voiceid/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#speakerTypes::Speaker

Details about the opted-out speaker.

Returns:



1559
1560
1561
1562
1563
# File 'lib/aws-sdk-voiceid/types.rb', line 1559

class OptOutSpeakerResponse < Struct.new(
  :speaker)
  SENSITIVE = []
  include Aws::Structure
end