Class: Aws::Types::StartVoiceToneAnalysisTaskRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_request_token])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token ⇒ ::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("en-US")


809
810
811
# File 'sig/types.rbs', line 809

def language_code
  @language_code
end