Class: Aws::Types::WabaSetupFinalization
- Inherits:
-
Object
- Object
- Aws::Types::WabaSetupFinalization
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#event_destinations ⇒ ::Array[Types::WhatsAppBusinessAccountEventDestination]
Returns the value of attribute event_destinations.
634 635 636 |
# File 'sig/types.rbs', line 634 def event_destinations @event_destinations end |
#id ⇒ ::String
Returns the value of attribute id.
633 634 635 |
# File 'sig/types.rbs', line 633 def id @id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
635 636 637 |
# File 'sig/types.rbs', line 635 def @tags end |