Class: Aws::VoiceID::Types::OptOutSpeakerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::OptOutSpeakerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:speaker_id]
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The identifier of the domain that contains the speaker.
-
#speaker_id ⇒ String
The identifier of the speaker you want opted-out.
Instance Attribute Details
#domain_id ⇒ String
The identifier of the domain that contains the speaker.
1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1546 class OptOutSpeakerRequest < Struct.new( :domain_id, :speaker_id) SENSITIVE = [:speaker_id] include Aws::Structure end |
#speaker_id ⇒ String
The identifier of the speaker you want opted-out.
1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1546 class OptOutSpeakerRequest < Struct.new( :domain_id, :speaker_id) SENSITIVE = [:speaker_id] include Aws::Structure end |