Class: Aws::SageMaker::Types::NotificationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::NotificationConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Note:
When making an API call, you may pass NotificationConfiguration data as a hash:
{
notification_topic_arn: "NotificationTopicArn",
}
Configures SNS notifications of available or expiring work items for work teams.
Instance Attribute Summary collapse
-
#notification_topic_arn ⇒ String
The ARN for the SNS topic to which notifications should be published.
Instance Attribute Details
#notification_topic_arn ⇒ String
The ARN for the SNS topic to which notifications should be published.
15554 15555 15556 15557 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 15554 class NotificationConfiguration < Struct.new( :notification_topic_arn) include Aws::Structure end |