You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::NotificationProperty

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing NotificationProperty as input to an Aws::Client method, you can use a vanilla Hash:

{
  notify_delay_after: 1,
}

Specifies configuration properties of a notification.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#notify_delay_afterInteger

After a job run starts, the number of minutes to wait before sending a job run delay notification.

Returns:

  • (Integer)

    After a job run starts, the number of minutes to wait before sending a job run delay notification.