Class: Aws::Types::LinkedWhatsAppBusinessAccountSummary
- Inherits:
-
Object
- Object
- Aws::Types::LinkedWhatsAppBusinessAccountSummary
- 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.
-
#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.
302 303 304 |
# File 'sig/types.rbs', line 302 def arn @arn end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
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.
303 304 305 |
# File 'sig/types.rbs', line 303 def id @id end |
#link_date ⇒ ::Time
Returns the value of attribute link_date.
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.
309 310 311 |
# File 'sig/types.rbs', line 309 def @marketing_messages_onboarding_status end |
#registration_status ⇒ "COMPLETE", "INCOMPLETE"
Returns the value of attribute registration_status.
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.
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.
307 308 309 |
# File 'sig/types.rbs', line 307 def waba_name @waba_name end |