Class: Aws::Types::StartSpeakerSearchTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartSpeakerSearchTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#kinesis_video_stream_source_task_configuration ⇒ Types::KinesisVideoStreamSourceTaskConfiguration
Returns the value of attribute kinesis_video_stream_source_task_configuration.
-
#voice_profile_domain_arn ⇒ ::String
Returns the value of attribute voice_profile_domain_arn.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
798 799 800 |
# File 'sig/types.rbs', line 798 def client_request_token @client_request_token end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
795 796 797 |
# File 'sig/types.rbs', line 795 def identifier @identifier end |
#kinesis_video_stream_source_task_configuration ⇒ Types::KinesisVideoStreamSourceTaskConfiguration
Returns the value of attribute kinesis_video_stream_source_task_configuration.
797 798 799 |
# File 'sig/types.rbs', line 797 def kinesis_video_stream_source_task_configuration @kinesis_video_stream_source_task_configuration end |
#voice_profile_domain_arn ⇒ ::String
Returns the value of attribute voice_profile_domain_arn.
796 797 798 |
# File 'sig/types.rbs', line 796 def voice_profile_domain_arn @voice_profile_domain_arn end |