Class: Aws::SageMaker::Types::AlarmDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::AlarmDetails
 
 
- Defined in:
 - gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
 
Overview
The details of the alarm to monitor during the AMI update.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #alarm_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the alarm.
 
Instance Attribute Details
#alarm_name ⇒ String
The name of the alarm.
      360 361 362 363 364  | 
    
      # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 360 class AlarmDetails < Struct.new( :alarm_name) SENSITIVE = [] include Aws::Structure end  |