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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-socialmessaging/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>)


2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2103

class UpdateWhatsAppFlowInput < Struct.new(
  :id,
  :flow_id,
  :flow_name,
  :categories,
  :endpoint_uri,
  :meta_app_id)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_uriString

Optional HTTPS endpoint for a dynamic Flow, registered with Meta as the Flow's endpoint_uri and called by Meta directly. When omitted, the Flow's endpoint is unchanged.

Returns:

  • (String)


2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2103

class UpdateWhatsAppFlowInput < Struct.new(
  :id,
  :flow_id,
  :flow_name,
  :categories,
  :endpoint_uri,
  :meta_app_id)
  SENSITIVE = []
  include Aws::Structure
end

#flow_idString

The unique identifier of the Flow to update.

Returns:

  • (String)


2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2103

class UpdateWhatsAppFlowInput < Struct.new(
  :id,
  :flow_id,
  :flow_name,
  :categories,
  :endpoint_uri,
  :meta_app_id)
  SENSITIVE = []
  include Aws::Structure
end

#flow_nameString

The updated name for the Flow.

Returns:

  • (String)


2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2103

class UpdateWhatsAppFlowInput < Struct.new(
  :id,
  :flow_id,
  :flow_name,
  :categories,
  :endpoint_uri,
  :meta_app_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

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

Returns:

  • (String)


2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2103

class UpdateWhatsAppFlowInput < Struct.new(
  :id,
  :flow_id,
  :flow_name,
  :categories,
  :endpoint_uri,
  :meta_app_id)
  SENSITIVE = []
  include Aws::Structure
end

#meta_app_idString

Optional Meta app ID to attach to the Flow. Meta signs data-exchange requests with the attached app's secret, so attaching your own app is what enables X-Hub-Signature-256 and flow_token_signature verification at your endpoint. Meta requires the app to be owned by the same business that owns the WABA. Attaching your own app is one-way: the service's app cannot be re-attached afterwards. When omitted, the attached app is unchanged. (Set via update because Meta ignores application_id at creation time.)

Returns:

  • (String)


2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2103

class UpdateWhatsAppFlowInput < Struct.new(
  :id,
  :flow_id,
  :flow_name,
  :categories,
  :endpoint_uri,
  :meta_app_id)
  SENSITIVE = []
  include Aws::Structure
end