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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notification_topic_arnString

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

Returns:

  • (String)


33266
33267
33268
33269
33270
# File 'lib/aws-sdk-sagemaker/types.rb', line 33266

class NotificationConfiguration < Struct.new(
  :notification_topic_arn)
  SENSITIVE = []
  include Aws::Structure
end