Class: Aws::VoiceID::Types::DescribeSpeakerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::DescribeSpeakerResponse
- Defined in:
- gems/aws-sdk-voiceid/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 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 487 class DescribeSpeakerResponse < Struct.new( :speaker) SENSITIVE = [] include Aws::Structure end |