Class: Aws::SocialMessaging::Types::WhatsAppBusinessAccountEventDestination

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#event_destination_arnString

The ARN of the event destination.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of an Identity and Access Management role that is able to import phone numbers and write events.

Returns:

  • (String)


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