Class: Aws::SocialMessaging::Types::DeprecateWhatsAppFlowInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-socialmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_idString

The unique identifier of the Flow to deprecate.

Returns:

  • (String)


370
371
372
373
374
375
# File 'lib/aws-sdk-socialmessaging/types.rb', line 370

class DeprecateWhatsAppFlowInput < Struct.new(
  :id,
  :flow_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the WhatsApp Business Account associated with this Flow.

Returns:

  • (String)


370
371
372
373
374
375
# File 'lib/aws-sdk-socialmessaging/types.rb', line 370

class DeprecateWhatsAppFlowInput < Struct.new(
  :id,
  :flow_id)
  SENSITIVE = []
  include Aws::Structure
end