Class: Aws::Types::RealTimeContactAnalysisTimeData
- Inherits:
-
Object
- Object
- Aws::Types::RealTimeContactAnalysisTimeData
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AbsoluteTime, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#absolute_time ⇒ ::Time
Returns the value of attribute absolute_time.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#absolute_time ⇒ ::Time
Returns the value of attribute absolute_time.
6444 6445 6446 |
# File 'sig/types.rbs', line 6444 def absolute_time @absolute_time end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6445 6446 6447 |
# File 'sig/types.rbs', line 6445 def unknown @unknown end |