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.
1773 1774 1775 1776 1777 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1773 class SendWhatsAppConversionEventOutput < Struct.new( :request_id) SENSITIVE = [] include Aws::Structure end |