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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Specifies configuration properties of a notification.

Constant Summary collapse

SENSITIVE =
[]

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)


16247
16248
16249
16250
16251
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16247

class NotificationProperty < Struct.new(
  :notify_delay_after)
  SENSITIVE = []
  include Aws::Structure
end