You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::NotificationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing NotificationConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  notification_topic_arn: "NotificationTopicArn",
}

Configures SNS notifications of available or expiring work items for work teams.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#notification_topic_arnString

The ARN for the SNS topic to which notifications should be published.

Returns:

  • (String)

    The ARN for the SNS topic to which notifications should be published.