Class: Aws::SocialMessaging::Types::LinkedWhatsAppBusinessAccount

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

Overview

The details of your linked WhatsApp Business Account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the linked WhatsApp Business Account.

Returns:

  • (String)


342
343
344
345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 342

class LinkedWhatsAppBusinessAccount < Struct.new(
  :arn,
  :id,
  :waba_id,
  :registration_status,
  :link_date,
  :waba_name,
  :event_destinations,
  :phone_numbers)
  SENSITIVE = []
  include Aws::Structure
end

#event_destinationsArray<Types::WhatsAppBusinessAccountEventDestination>

The event destinations for the linked WhatsApp Business Account.



342
343
344
345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 342

class LinkedWhatsAppBusinessAccount < Struct.new(
  :arn,
  :id,
  :waba_id,
  :registration_status,
  :link_date,
  :waba_name,
  :event_destinations,
  :phone_numbers)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the linked WhatsApp Business Account, formatted as waba-01234567890123456789012345678901.

Returns:

  • (String)


342
343
344
345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 342

class LinkedWhatsAppBusinessAccount < Struct.new(
  :arn,
  :id,
  :waba_id,
  :registration_status,
  :link_date,
  :waba_name,
  :event_destinations,
  :phone_numbers)
  SENSITIVE = []
  include Aws::Structure
end

The date the WhatsApp Business Account was linked.

Returns:

  • (Time)


342
343
344
345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 342

class LinkedWhatsAppBusinessAccount < Struct.new(
  :arn,
  :id,
  :waba_id,
  :registration_status,
  :link_date,
  :waba_name,
  :event_destinations,
  :phone_numbers)
  SENSITIVE = []
  include Aws::Structure
end

#phone_numbersArray<Types::WhatsAppPhoneNumberSummary>

The phone numbers associated with the Linked WhatsApp Business Account.



342
343
344
345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 342

class LinkedWhatsAppBusinessAccount < Struct.new(
  :arn,
  :id,
  :waba_id,
  :registration_status,
  :link_date,
  :waba_name,
  :event_destinations,
  :phone_numbers)
  SENSITIVE = []
  include Aws::Structure
end

#registration_statusString

The registration status of the linked WhatsApp Business Account.

Returns:

  • (String)


342
343
344
345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 342

class LinkedWhatsAppBusinessAccount < Struct.new(
  :arn,
  :id,
  :waba_id,
  :registration_status,
  :link_date,
  :waba_name,
  :event_destinations,
  :phone_numbers)
  SENSITIVE = []
  include Aws::Structure
end

#waba_idString

The WhatsApp Business Account ID from meta.

Returns:

  • (String)


342
343
344
345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 342

class LinkedWhatsAppBusinessAccount < Struct.new(
  :arn,
  :id,
  :waba_id,
  :registration_status,
  :link_date,
  :waba_name,
  :event_destinations,
  :phone_numbers)
  SENSITIVE = []
  include Aws::Structure
end

#waba_nameString

The name of the linked WhatsApp Business Account.

Returns:

  • (String)


342
343
344
345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 342

class LinkedWhatsAppBusinessAccount < Struct.new(
  :arn,
  :id,
  :waba_id,
  :registration_status,
  :link_date,
  :waba_name,
  :event_destinations,
  :phone_numbers)
  SENSITIVE = []
  include Aws::Structure
end