Class: Aws::SocialMessaging::Types::GetLinkedWhatsAppBusinessAccountOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::GetLinkedWhatsAppBusinessAccountOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account ⇒ Types::LinkedWhatsAppBusinessAccount
The details of the linked WhatsApp Business Account.
Instance Attribute Details
#account ⇒ Types::LinkedWhatsAppBusinessAccount
The details of the linked WhatsApp Business Account.
178 179 180 181 182 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 178 class GetLinkedWhatsAppBusinessAccountOutput < Struct.new( :account) SENSITIVE = [] include Aws::Structure end |