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.
-
#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.
1479 1480 1481 1482 1483 1484 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1479 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.
1479 1480 1481 1482 1483 1484 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1479 class WhatsAppBusinessAccountEventDestination < Struct.new( :event_destination_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |