Class: Aws::SocialMessaging::Types::WhatsAppBusinessAccountEventDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::WhatsAppBusinessAccountEventDestination
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Contains information on the event destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_destination_arn ⇒ String
The ARN of the event destination.
Instance Attribute Details
#event_destination_arn ⇒ String
The ARN of the event destination.
902 903 904 905 906 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 902 class WhatsAppBusinessAccountEventDestination < Struct.new( :event_destination_arn) SENSITIVE = [] include Aws::Structure end |