Class: Aws::SocialMessaging::Types::UpdateWhatsAppFlowInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::UpdateWhatsAppFlowInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#categories ⇒ Array<String>
The updated categories for the 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.
Instance Attribute Details
#categories ⇒ Array<String>
The updated categories for the Flow.
1937 1938 1939 1940 1941 1942 1943 1944 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1937 class UpdateWhatsAppFlowInput < Struct.new( :id, :flow_id, :flow_name, :categories) SENSITIVE = [] include Aws::Structure end |
#flow_id ⇒ String
The unique identifier of the Flow to update.
1937 1938 1939 1940 1941 1942 1943 1944 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1937 class UpdateWhatsAppFlowInput < Struct.new( :id, :flow_id, :flow_name, :categories) SENSITIVE = [] include Aws::Structure end |
#flow_name ⇒ String
The updated name for the Flow.
1937 1938 1939 1940 1941 1942 1943 1944 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1937 class UpdateWhatsAppFlowInput < Struct.new( :id, :flow_id, :flow_name, :categories) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the WhatsApp Business Account associated with this Flow.
1937 1938 1939 1940 1941 1942 1943 1944 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1937 class UpdateWhatsAppFlowInput < Struct.new( :id, :flow_id, :flow_name, :categories) SENSITIVE = [] include Aws::Structure end |