Class: Aws::Glue::Types::NotificationProperty
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::NotificationProperty
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies configuration properties of a notification.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #notify_delay_after  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    After a job run starts, the number of minutes to wait before sending a job run delay notification. 
Instance Attribute Details
#notify_delay_after ⇒ Integer
After a job run starts, the number of minutes to wait before sending a job run delay notification.
| 19702 19703 19704 19705 19706 | # File 'lib/aws-sdk-glue/types.rb', line 19702 class NotificationProperty < Struct.new( :notify_delay_after) SENSITIVE = [] include Aws::Structure end |