Class: Aws::Types::LinkedWhatsAppBusinessAccount
- Inherits:
-
Object
- Object
- Aws::Types::LinkedWhatsAppBusinessAccount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
-
#event_destinations ⇒ ::Array[Types::WhatsAppBusinessAccountEventDestination]
Returns the value of attribute event_destinations.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#link_date ⇒ ::Time
Returns the value of attribute link_date.
-
#marketing_messages_onboarding_status ⇒ ::String
Returns the value of attribute marketing_messages_onboarding_status.
-
#phone_numbers ⇒ ::Array[Types::WhatsAppPhoneNumberSummary]
Returns the value of attribute phone_numbers.
-
#registration_status ⇒ "COMPLETE", "INCOMPLETE"
Returns the value of attribute registration_status.
-
#waba_id ⇒ ::String
Returns the value of attribute waba_id.
-
#waba_name ⇒ ::String
Returns the value of attribute waba_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
280 281 282 |
# File 'sig/types.rbs', line 280 def arn @arn end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
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.
281 282 283 |
# File 'sig/types.rbs', line 281 def id @id end |
#link_date ⇒ ::Time
Returns the value of attribute link_date.
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.
287 288 289 |
# File 'sig/types.rbs', line 287 def @marketing_messages_onboarding_status end |
#phone_numbers ⇒ ::Array[Types::WhatsAppPhoneNumberSummary]
Returns the value of attribute phone_numbers.
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.
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.
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.
285 286 287 |
# File 'sig/types.rbs', line 285 def waba_name @waba_name end |