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
Configures Amazon SNS notifications of available or expiring work items for work teams.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #notification_topic_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN for the Amazon SNS topic to which notifications should be published.
 
Instance Attribute Details
#notification_topic_arn ⇒ String
The ARN for the Amazon SNS topic to which notifications should be published.
      36484 36485 36486 36487 36488  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 36484 class NotificationConfiguration < Struct.new( :notification_topic_arn) SENSITIVE = [] include Aws::Structure end  |