Class: Aws::Types::NotificationsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::NotificationsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lambda_function_arn ⇒ ::String
Returns the value of attribute lambda_function_arn.
-
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
-
#sqs_queue_arn ⇒ ::String
Returns the value of attribute sqs_queue_arn.
Instance Attribute Details
#lambda_function_arn ⇒ ::String
Returns the value of attribute lambda_function_arn.
285 286 287 |
# File 'sig/types.rbs', line 285 def lambda_function_arn @lambda_function_arn end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
286 287 288 |
# File 'sig/types.rbs', line 286 def sns_topic_arn @sns_topic_arn end |
#sqs_queue_arn ⇒ ::String
Returns the value of attribute sqs_queue_arn.
287 288 289 |
# File 'sig/types.rbs', line 287 def sqs_queue_arn @sqs_queue_arn end |