Class: Aws::SocialMessaging::Types::DeleteWhatsAppFlowInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::DeleteWhatsAppFlowInput
- Includes:
- Aws::Structure
- Defined in:
- 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 delete.
-
#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 delete.
263 264 265 266 267 268 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 263 class DeleteWhatsAppFlowInput < Struct.new( :id, :flow_id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the WhatsApp Business Account associated with this Flow.
263 264 265 266 267 268 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 263 class DeleteWhatsAppFlowInput < Struct.new( :id, :flow_id) SENSITIVE = [] include Aws::Structure end |