Class: Aws::Chime::Types::MeetingNotificationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

The resource target configurations for receiving Amazon Chime SDK meeting and attendee event notifications. The Amazon Chime SDK supports resource targets located in the US East (N. Virginia) AWS Region (us-east-1).

Constant Summary collapse

SENSITIVE =
[:sns_topic_arn, :sqs_queue_arn]

Instance Attribute Summary collapse

Instance Attribute Details

#sns_topic_arnString

The SNS topic ARN.

Returns:

  • (String)


6022
6023
6024
6025
6026
6027
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6022

class MeetingNotificationConfiguration < Struct.new(
  :sns_topic_arn,
  :sqs_queue_arn)
  SENSITIVE = [:sns_topic_arn, :sqs_queue_arn]
  include Aws::Structure
end

#sqs_queue_arnString

The SQS queue ARN.

Returns:

  • (String)


6022
6023
6024
6025
6026
6027
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6022

class MeetingNotificationConfiguration < Struct.new(
  :sns_topic_arn,
  :sqs_queue_arn)
  SENSITIVE = [:sns_topic_arn, :sqs_queue_arn]
  include Aws::Structure
end