Class: Aws::Types::VoiceToneAnalysisTask

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#call_detailsTypes::CallDetails

Returns the value of attribute call_details.

Returns:



1405
1406
1407
# File 'sig/types.rbs', line 1405

def call_details
  @call_details
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


1406
1407
1408
# File 'sig/types.rbs', line 1406

def created_timestamp
  @created_timestamp
end

#started_timestamp::Time

Returns the value of attribute started_timestamp.

Returns:

  • (::Time)


1408
1409
1410
# File 'sig/types.rbs', line 1408

def started_timestamp
  @started_timestamp
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1409
1410
1411
# File 'sig/types.rbs', line 1409

def status_message
  @status_message
end

#updated_timestamp::Time

Returns the value of attribute updated_timestamp.

Returns:

  • (::Time)


1407
1408
1409
# File 'sig/types.rbs', line 1407

def updated_timestamp
  @updated_timestamp
end

#voice_tone_analysis_task_id::String

Returns the value of attribute voice_tone_analysis_task_id.

Returns:

  • (::String)


1403
1404
1405
# File 'sig/types.rbs', line 1403

def voice_tone_analysis_task_id
  @voice_tone_analysis_task_id
end

#voice_tone_analysis_task_status::String

Returns the value of attribute voice_tone_analysis_task_status.

Returns:

  • (::String)


1404
1405
1406
# File 'sig/types.rbs', line 1404

def voice_tone_analysis_task_status
  @voice_tone_analysis_task_status
end