Class: Aws::SageMaker::Types::UpdateMonitoringAlertResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdateMonitoringAlertResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #monitoring_alert_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of a monitoring alert.
 - 
  
    
      #monitoring_schedule_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the monitoring schedule.
 
Instance Attribute Details
#monitoring_alert_name ⇒ String
The name of a monitoring alert.
      48916 48917 48918 48919 48920 48921  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48916 class UpdateMonitoringAlertResponse < Struct.new( :monitoring_schedule_arn, :monitoring_alert_name) SENSITIVE = [] include Aws::Structure end  | 
  
#monitoring_schedule_arn ⇒ String
The Amazon Resource Name (ARN) of the monitoring schedule.
      48916 48917 48918 48919 48920 48921  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 48916 class UpdateMonitoringAlertResponse < Struct.new( :monitoring_schedule_arn, :monitoring_alert_name) SENSITIVE = [] include Aws::Structure end  |