Class: Aws::Types::LinkedWhatsAppBusinessAccountIdMetaData

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_name::String

Returns the value of attribute account_name.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def 
  @account_name
end

#registration_status"COMPLETE", "INCOMPLETE"

Returns the value of attribute registration_status.

Returns:

  • ("COMPLETE", "INCOMPLETE")


295
296
297
# File 'sig/types.rbs', line 295

def registration_status
  @registration_status
end

#unregistered_whats_app_phone_numbers::Array[Types::WhatsAppPhoneNumberDetail]

Returns the value of attribute unregistered_whats_app_phone_numbers.

Returns:



296
297
298
# File 'sig/types.rbs', line 296

def unregistered_whats_app_phone_numbers
  @unregistered_whats_app_phone_numbers
end

#waba_id::String

Returns the value of attribute waba_id.

Returns:

  • (::String)


297
298
299
# File 'sig/types.rbs', line 297

def waba_id
  @waba_id
end