Class: Aws::Types::CallDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_callerBoolean

Returns the value of attribute is_caller.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def voice_connector_id
  @voice_connector_id
end