Class: Aws::Types::CallAnalyticsJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#call_analytics_job_detailsTypes::CallAnalyticsJobDetails

Returns the value of attribute call_analytics_job_details.



69
70
71
# File 'sig/types.rbs', line 69

def call_analytics_job_details
  @call_analytics_job_details
end

#call_analytics_job_name::String

Returns the value of attribute call_analytics_job_name.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def call_analytics_job_name
  @call_analytics_job_name
end

#call_analytics_job_status"QUEUED", ...

Returns the value of attribute call_analytics_job_status.

Returns:

  • ("QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED")


68
69
70
# File 'sig/types.rbs', line 68

def call_analytics_job_status
  @call_analytics_job_status
end

#completion_time::Time

Returns the value of attribute completion_time.

Returns:

  • (::Time)


66
67
68
# File 'sig/types.rbs', line 66

def completion_time
  @completion_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


64
65
66
# File 'sig/types.rbs', line 64

def creation_time
  @creation_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def failure_reason
  @failure_reason
end

#language_code"af-ZA", ...

Returns the value of attribute language_code.

Returns:

  • ("af-ZA", "ar-AE", "ar-SA", "am-ET", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-MX", "es-US", "fa-AF", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "ht-HT", "id-ID", "it-IT", "ja-JP", "jv-ID", "km-KH", "ko-KR", "my-MM", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-EE", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "ne-NP", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sq-AL", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zh-HK", "zu-ZA")


67
68
69
# File 'sig/types.rbs', line 67

def language_code
  @language_code
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


65
66
67
# File 'sig/types.rbs', line 65

def start_time
  @start_time
end