Class: Aws::Types::StartVoiceToneAnalysisTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartVoiceToneAnalysisTaskRequest
- 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.
-
#language_code ⇒ "en-US"
Returns the value of attribute language_code.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
811 812 813 |
# File 'sig/types.rbs', line 811 def client_request_token @client_request_token end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
808 809 810 |
# File 'sig/types.rbs', line 808 def identifier @identifier end |
#kinesis_video_stream_source_task_configuration ⇒ Types::KinesisVideoStreamSourceTaskConfiguration
Returns the value of attribute kinesis_video_stream_source_task_configuration.
810 811 812 |
# File 'sig/types.rbs', line 810 def kinesis_video_stream_source_task_configuration @kinesis_video_stream_source_task_configuration end |
#language_code ⇒ "en-US"
Returns the value of attribute language_code.
809 810 811 |
# File 'sig/types.rbs', line 809 def language_code @language_code end |