Class: Aws::Chime::Types::MeetingNotificationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::MeetingNotificationConfiguration
- 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
-
#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.
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_arn ⇒ String
The SQS queue ARN.
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 |