Class: Aws::Chime::Types::SipMediaApplicationCall

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

A Call instance for a SIP media application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transaction_idString

The transaction ID of a call.

Returns:

  • (String)


7519
7520
7521
7522
7523
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 7519

class SipMediaApplicationCall < Struct.new(
  :transaction_id)
  SENSITIVE = []
  include Aws::Structure
end