Class: Aws::ChimeSDKVoice::Types::CreateSipMediaApplicationCallResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::CreateSipMediaApplicationCallResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sip_media_application_call ⇒ Types::SipMediaApplicationCall
The actual call.
Instance Attribute Details
#sip_media_application_call ⇒ Types::SipMediaApplicationCall
The actual call.
423 424 425 426 427 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 423 class CreateSipMediaApplicationCallResponse < Struct.new( :sip_media_application_call) SENSITIVE = [] include Aws::Structure end |