Class: Aws::SocialMessaging::Types::UpdateWhatsAppFlowInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::UpdateWhatsAppFlowInput
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#categories ⇒ Array<String>
The updated categories for the Flow.
-
#endpoint_uri ⇒ String
Optional HTTPS endpoint for a dynamic Flow, registered with Meta as the Flow's endpoint_uri and called by Meta directly.
-
#flow_id ⇒ String
The unique identifier of the Flow to update.
-
#flow_name ⇒ String
The updated name for the Flow.
-
#id ⇒ String
The ID of the WhatsApp Business Account associated with this Flow.
-
#meta_app_id ⇒ String
Optional Meta app ID to attach to the Flow.
Instance Attribute Details
#categories ⇒ Array<String>
The updated categories for the Flow.
2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2103 class UpdateWhatsAppFlowInput < Struct.new( :id, :flow_id, :flow_name, :categories, :endpoint_uri, :meta_app_id) SENSITIVE = [] include Aws::Structure end |
#endpoint_uri ⇒ String
Optional HTTPS endpoint for a dynamic Flow, registered with Meta as the Flow's endpoint_uri and called by Meta directly. When omitted, the Flow's endpoint is unchanged.
2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2103 class UpdateWhatsAppFlowInput < Struct.new( :id, :flow_id, :flow_name, :categories, :endpoint_uri, :meta_app_id) SENSITIVE = [] include Aws::Structure end |
#flow_id ⇒ String
The unique identifier of the Flow to update.
2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2103 class UpdateWhatsAppFlowInput < Struct.new( :id, :flow_id, :flow_name, :categories, :endpoint_uri, :meta_app_id) SENSITIVE = [] include Aws::Structure end |
#flow_name ⇒ String
The updated name for the Flow.
2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2103 class UpdateWhatsAppFlowInput < Struct.new( :id, :flow_id, :flow_name, :categories, :endpoint_uri, :meta_app_id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the WhatsApp Business Account associated with this Flow.
2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2103 class UpdateWhatsAppFlowInput < Struct.new( :id, :flow_id, :flow_name, :categories, :endpoint_uri, :meta_app_id) SENSITIVE = [] include Aws::Structure end |
#meta_app_id ⇒ String
Optional Meta app ID to attach to the Flow. Meta signs data-exchange requests with the attached app's secret, so attaching your own app is what enables X-Hub-Signature-256 and flow_token_signature verification at your endpoint. Meta requires the app to be owned by the same business that owns the WABA. Attaching your own app is one-way: the service's app cannot be re-attached afterwards. When omitted, the attached app is unchanged. (Set via update because Meta ignores application_id at creation time.)
2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2103 class UpdateWhatsAppFlowInput < Struct.new( :id, :flow_id, :flow_name, :categories, :endpoint_uri, :meta_app_id) SENSITIVE = [] include Aws::Structure end |