Class: Aws::Types::LinkedWhatsAppBusinessAccountSummary

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)


302
303
304
# File 'sig/types.rbs', line 302

def arn
  @arn
end

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def dataset_id
  @dataset_id
end

#event_destinations::Array[Types::WhatsAppBusinessAccountEventDestination]

Returns the value of attribute event_destinations.



308
309
310
# File 'sig/types.rbs', line 308

def event_destinations
  @event_destinations
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def id
  @id
end

Returns the value of attribute link_date.

Returns:

  • (::Time)


306
307
308
# File 'sig/types.rbs', line 306

def link_date
  @link_date
end

#marketing_messages_onboarding_status::String

Returns the value of attribute marketing_messages_onboarding_status.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def marketing_messages_onboarding_status
  @marketing_messages_onboarding_status
end

#registration_status"COMPLETE", "INCOMPLETE"

Returns the value of attribute registration_status.

Returns:

  • ("COMPLETE", "INCOMPLETE")


305
306
307
# File 'sig/types.rbs', line 305

def registration_status
  @registration_status
end

#waba_id::String

Returns the value of attribute waba_id.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def waba_id
  @waba_id
end

#waba_name::String

Returns the value of attribute waba_name.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def waba_name
  @waba_name
end