Class: Aws::Types::LinkedWhatsAppBusinessAccount

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def arn
  @arn
end

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def dataset_id
  @dataset_id
end

#event_destinations::Array[Types::WhatsAppBusinessAccountEventDestination]

Returns the value of attribute event_destinations.



286
287
288
# File 'sig/types.rbs', line 286

def event_destinations
  @event_destinations
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def id
  @id
end

Returns the value of attribute link_date.

Returns:

  • (::Time)


284
285
286
# File 'sig/types.rbs', line 284

def link_date
  @link_date
end

#marketing_messages_onboarding_status::String

Returns the value of attribute marketing_messages_onboarding_status.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def marketing_messages_onboarding_status
  @marketing_messages_onboarding_status
end

#phone_numbers::Array[Types::WhatsAppPhoneNumberSummary]

Returns the value of attribute phone_numbers.

Returns:



289
290
291
# File 'sig/types.rbs', line 289

def phone_numbers
  @phone_numbers
end

#registration_status"COMPLETE", "INCOMPLETE"

Returns the value of attribute registration_status.

Returns:

  • ("COMPLETE", "INCOMPLETE")


283
284
285
# File 'sig/types.rbs', line 283

def registration_status
  @registration_status
end

#waba_id::String

Returns the value of attribute waba_id.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def waba_id
  @waba_id
end

#waba_name::String

Returns the value of attribute waba_name.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def waba_name
  @waba_name
end