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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


33242
33243
33244
33245
33246
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33242

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