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>)


2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2225

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

#endpoint_uriString

The updated HTTPS endpoint for a data exchange Flow.

Returns:

  • (String)


2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2225

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)


2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2225

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)


2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2225

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)


2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2225

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

#meta_app_idString

The ID of the Meta application to attach to the Flow.

Returns:

  • (String)


2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2225

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