Class: Aws::SocialMessaging::Types::WhatsAppBusinessAccountEventDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::WhatsAppBusinessAccountEventDestination
- Includes:
- Aws::Structure
- Defined in:
- 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.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of an Identity and Access Management role that is able to import phone numbers and write events.
Instance Attribute Details
#event_destination_arn ⇒ String
The ARN of the event destination.
912 913 914 915 916 917 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 912 class WhatsAppBusinessAccountEventDestination < Struct.new( :event_destination_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of an Identity and Access Management role that is able to import phone numbers and write events.
912 913 914 915 916 917 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 912 class WhatsAppBusinessAccountEventDestination < Struct.new( :event_destination_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |