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.
2018 2019 2020 2021 2022 2023 2024 2025 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 2018 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.
2018 2019 2020 2021 2022 2023 2024 2025 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 2018 class UpdateWhatsAppFlowInput < Struct.new( :id, :flow_id, :flow_name, :categories) SENSITIVE = [] include Aws::Structure end |
#flow_name ⇒ String
The updated name for the Flow.
2018 2019 2020 2021 2022 2023 2024 2025 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 2018 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.
2018 2019 2020 2021 2022 2023 2024 2025 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 2018 class UpdateWhatsAppFlowInput < Struct.new( :id, :flow_id, :flow_name, :categories) SENSITIVE = [] include Aws::Structure end |