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

#created_timestamp ⇒ ::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


965
966
967
# File 'sig/types.rbs', line 965

def created_timestamp
  @created_timestamp
end

#updated_timestamp ⇒ ::Time

Returns the value of attribute updated_timestamp.

Returns:

  • (::Time)


966
967
968
# File 'sig/types.rbs', line 966

def updated_timestamp
  @updated_timestamp
end

#voice_tone_analysis_task_id ⇒ ::String

Returns the value of attribute voice_tone_analysis_task_id.

Returns:

  • (::String)


963
964
965
# File 'sig/types.rbs', line 963

def voice_tone_analysis_task_id
  @voice_tone_analysis_task_id
end

#voice_tone_analysis_task_status ⇒ "NotStarted", ...

Returns the value of attribute voice_tone_analysis_task_status.

Returns:

  • ("NotStarted", "Initializing", "InProgress", "Failed", "Stopping", "Stopped")


964
965
966
# File 'sig/types.rbs', line 964

def voice_tone_analysis_task_status
  @voice_tone_analysis_task_status
end