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
The updated HTTPS endpoint for a data exchange Flow.
-
#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
The ID of the Meta application to attach to the Flow.
Instance Attribute Details
#categories ⇒ Array<String>
The updated categories for the Flow.
2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2225 class UpdateWhatsAppFlowInput < Struct.new( :id, :flow_id, :flow_name, :categories, :endpoint_uri, :meta_app_id) SENSITIVE = [] include Aws::Structure end |
#endpoint_uri ⇒ String
The updated HTTPS endpoint for a data exchange Flow.
2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2225 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.
2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2225 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.
2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2225 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.
2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2225 class UpdateWhatsAppFlowInput < Struct.new( :id, :flow_id, :flow_name, :categories, :endpoint_uri, :meta_app_id) SENSITIVE = [] include Aws::Structure end |
#meta_app_id ⇒ String
The ID of the Meta application to attach to the Flow.
2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2225 class UpdateWhatsAppFlowInput < Struct.new( :id, :flow_id, :flow_name, :categories, :endpoint_uri, :meta_app_id) SENSITIVE = [] include Aws::Structure end |