Class: Aws::Types::WhatsAppBusinessAccountEventDestination
- Inherits:
-
Object
- Object
- Aws::Types::WhatsAppBusinessAccountEventDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_destination_arn ⇒ ::String
Returns the value of attribute event_destination_arn.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#event_destination_arn ⇒ ::String
Returns the value of attribute event_destination_arn.
640 641 642 |
# File 'sig/types.rbs', line 640 def event_destination_arn @event_destination_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
641 642 643 |
# File 'sig/types.rbs', line 641 def role_arn @role_arn end |