Class: Aws::SocialMessaging::Types::SendWhatsAppConversionEventOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::SendWhatsAppConversionEventOutput
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#request_id ⇒ String
The unique identifier for the conversion event request.
Instance Attribute Details
#request_id ⇒ String
The unique identifier for the conversion event request.
1841 1842 1843 1844 1845 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1841 class SendWhatsAppConversionEventOutput < Struct.new( :request_id) SENSITIVE = [] include Aws::Structure end |