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.
6598 6599 6600 |
# File 'sig/types.rbs', line 6598 def absolute_time @absolute_time end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6599 6600 6601 |
# File 'sig/types.rbs', line 6599 def unknown @unknown end |