Class: Aws::Chime::Types::MeetingNotificationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::MeetingNotificationConfiguration
- 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
-
#sns_topic_arn ⇒ String
The SNS topic ARN.
-
#sqs_queue_arn ⇒ String
The SQS queue ARN.
Instance Attribute Details
#sns_topic_arn ⇒ String
The SNS topic ARN.
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_arn ⇒ String
The SQS queue ARN.
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 |