Class: Aws::SocialMessaging::Types::MetaFlowWhatsAppBusinessAccountInfo

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

Overview

Contains WhatsApp Business Account metadata associated with a Flow, as returned by Meta.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currencyString

The currency code for the WhatsApp Business Account (for example, USD).

Returns:

  • (String)


1418
1419
1420
1421
1422
1423
1424
1425
1426
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1418

class MetaFlowWhatsAppBusinessAccountInfo < Struct.new(
  :id,
  :name,
  :currency,
  :timezone_id,
  :message_template_namespace)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The WhatsApp Business Account ID from Meta.

Returns:

  • (String)


1418
1419
1420
1421
1422
1423
1424
1425
1426
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1418

class MetaFlowWhatsAppBusinessAccountInfo < Struct.new(
  :id,
  :name,
  :currency,
  :timezone_id,
  :message_template_namespace)
  SENSITIVE = []
  include Aws::Structure
end

#message_template_namespaceString

The message template namespace for the WhatsApp Business Account.

Returns:

  • (String)


1418
1419
1420
1421
1422
1423
1424
1425
1426
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1418

class MetaFlowWhatsAppBusinessAccountInfo < Struct.new(
  :id,
  :name,
  :currency,
  :timezone_id,
  :message_template_namespace)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the WhatsApp Business Account.

Returns:

  • (String)


1418
1419
1420
1421
1422
1423
1424
1425
1426
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1418

class MetaFlowWhatsAppBusinessAccountInfo < Struct.new(
  :id,
  :name,
  :currency,
  :timezone_id,
  :message_template_namespace)
  SENSITIVE = []
  include Aws::Structure
end

#timezone_idString

The timezone ID for the WhatsApp Business Account.

Returns:

  • (String)


1418
1419
1420
1421
1422
1423
1424
1425
1426
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1418

class MetaFlowWhatsAppBusinessAccountInfo < Struct.new(
  :id,
  :name,
  :currency,
  :timezone_id,
  :message_template_namespace)
  SENSITIVE = []
  include Aws::Structure
end