Class: Aws::SocialMessaging::Types::MetaFlowWhatsAppBusinessAccountInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::MetaFlowWhatsAppBusinessAccountInfo
- 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
-
#currency ⇒ String
The currency code for the WhatsApp Business Account (for example, USD).
-
#id ⇒ String
The WhatsApp Business Account ID from Meta.
-
#message_template_namespace ⇒ String
The message template namespace for the WhatsApp Business Account.
-
#name ⇒ String
The name of the WhatsApp Business Account.
-
#timezone_id ⇒ String
The timezone ID for the WhatsApp Business Account.
Instance Attribute Details
#currency ⇒ String
The currency code for the WhatsApp Business Account (for example, USD).
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 |
#id ⇒ String
The WhatsApp Business Account ID from Meta.
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_namespace ⇒ String
The message template namespace for the WhatsApp Business Account.
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 |
#name ⇒ String
The name of the WhatsApp Business Account.
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_id ⇒ String
The timezone ID for the WhatsApp Business Account.
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 |