Class: Aws::ChimeSDKMeetings::Types::NotificationsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::NotificationsConfiguration
- Defined in:
- gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb
Overview
The configuration for resource targets to receive notifications when meeting and attendee events occur.
Constant Summary collapse
- SENSITIVE =
[:lambda_function_arn, :sns_topic_arn, :sqs_queue_arn]
Instance Attribute Summary collapse
-
#lambda_function_arn ⇒ String
The ARN of the Amazon Web Services Lambda function in the notifications configuration.
-
#sns_topic_arn ⇒ String
The ARN of the SNS topic.
-
#sqs_queue_arn ⇒ String
The ARN of the SQS queue.
Instance Attribute Details
#lambda_function_arn ⇒ String
The ARN of the Amazon Web Services Lambda function in the notifications configuration.
1384 1385 1386 1387 1388 1389 1390 |
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1384 class NotificationsConfiguration < Struct.new( :lambda_function_arn, :sns_topic_arn, :sqs_queue_arn) SENSITIVE = [:lambda_function_arn, :sns_topic_arn, :sqs_queue_arn] include Aws::Structure end |
#sns_topic_arn ⇒ String
The ARN of the SNS topic.
1384 1385 1386 1387 1388 1389 1390 |
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1384 class NotificationsConfiguration < Struct.new( :lambda_function_arn, :sns_topic_arn, :sqs_queue_arn) SENSITIVE = [:lambda_function_arn, :sns_topic_arn, :sqs_queue_arn] include Aws::Structure end |
#sqs_queue_arn ⇒ String
The ARN of the SQS queue.
1384 1385 1386 1387 1388 1389 1390 |
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 1384 class NotificationsConfiguration < Struct.new( :lambda_function_arn, :sns_topic_arn, :sqs_queue_arn) SENSITIVE = [:lambda_function_arn, :sns_topic_arn, :sqs_queue_arn] include Aws::Structure end |