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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6188
6189
6190
6191
6192
6193
# File 'lib/aws-sdk-chime/types.rb', line 6188

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)


6188
6189
6190
6191
6192
6193
# File 'lib/aws-sdk-chime/types.rb', line 6188

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