Class: Aws::Types::CallAnalyticsJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::CallAnalyticsJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#call_analytics_job_details ⇒ Types::CallAnalyticsJobDetails
Returns the value of attribute call_analytics_job_details.
-
#call_analytics_job_name ⇒ ::String
Returns the value of attribute call_analytics_job_name.
-
#call_analytics_job_status ⇒ "QUEUED", ...
Returns the value of attribute call_analytics_job_status.
-
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#call_analytics_job_details ⇒ Types::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.
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.
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.
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.
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.
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.
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.
65 66 67 |
# File 'sig/types.rbs', line 65 def start_time @start_time end |