Class: Aws::SocialMessaging::Types::PublishWhatsAppFlowInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::PublishWhatsAppFlowInput
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_id ⇒ String
The unique identifier of the Flow to publish.
-
#id ⇒ String
The ID of the WhatsApp Business Account associated with this Flow.
Instance Attribute Details
#flow_id ⇒ String
The unique identifier of the Flow to publish.
1726 1727 1728 1729 1730 1731 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1726 class PublishWhatsAppFlowInput < Struct.new( :id, :flow_id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the WhatsApp Business Account associated with this Flow.
1726 1727 1728 1729 1730 1731 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1726 class PublishWhatsAppFlowInput < Struct.new( :id, :flow_id) SENSITIVE = [] include Aws::Structure end |