Class: Aws::VoiceID::Types::DescribeSpeakerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::DescribeSpeakerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#speaker ⇒ Types::Speaker
Information about the specified speaker.
Instance Attribute Details
#speaker ⇒ Types::Speaker
Information about the specified speaker.
487 488 489 490 491 |
# File 'lib/aws-sdk-voiceid/types.rb', line 487 class DescribeSpeakerResponse < Struct.new( :speaker) SENSITIVE = [] include Aws::Structure end |