Class: Aws::Types::PutWhatsAppBusinessAccountEventDestinationsInput
- Inherits:
-
Object
- Object
- Aws::Types::PutWhatsAppBusinessAccountEventDestinationsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_destinations ⇒ ::Array[Types::WhatsAppBusinessAccountEventDestination]
Returns the value of attribute event_destinations.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#event_destinations ⇒ ::Array[Types::WhatsAppBusinessAccountEventDestination]
Returns the value of attribute event_destinations.
490 491 492 |
# File 'sig/types.rbs', line 490 def event_destinations @event_destinations end |
#id ⇒ ::String
Returns the value of attribute id.
489 490 491 |
# File 'sig/types.rbs', line 489 def id @id end |