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

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

Instance Attribute Details

#event_destination_arnString

The ARN of the event destination.

Returns:

  • (String)


903
904
905
906
907
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 903

class WhatsAppBusinessAccountEventDestination < Struct.new(
  :event_destination_arn)
  SENSITIVE = []
  include Aws::Structure
end