Class: Aws::Types::CallDetails
- Inherits:
-
Object
- Object
- Aws::Types::CallDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_caller ⇒ Boolean
Returns the value of attribute is_caller.
-
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
-
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
Instance Attribute Details
#is_caller ⇒ Boolean
Returns the value of attribute is_caller.
78 79 80 |
# File 'sig/types.rbs', line 78 def is_caller @is_caller end |
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
77 78 79 |
# File 'sig/types.rbs', line 77 def transaction_id @transaction_id end |
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
76 77 78 |
# File 'sig/types.rbs', line 76 def voice_connector_id @voice_connector_id end |