Class: Aws::SocialMessaging::Types::UpdateWhatsAppFlowInput

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

#categoriesArray<String>

The updated categories for the Flow.

Returns:

  • (Array<String>)


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_idString

The unique identifier of the Flow to update.

Returns:

  • (String)


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_nameString

The updated name for the Flow.

Returns:

  • (String)


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

#idString

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

Returns:

  • (String)


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