Class: Aws::SocialMessaging::Types::SendWhatsAppCallEventOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::SendWhatsAppCallEventOutput
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#call_id ⇒ String
The unique identifier that Meta assigns to the call.
Instance Attribute Details
#call_id ⇒ String
The unique identifier that Meta assigns to the call.
1901 1902 1903 1904 1905 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1901 class SendWhatsAppCallEventOutput < Struct.new( :call_id) SENSITIVE = [] include Aws::Structure end |