Class: Aws::Types::NotificationConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#notification_arn::String

Returns the value of attribute notification_arn.

Returns:

  • (::String)


3217
3218
3219
# File 'sig/types.rbs', line 3217

def notification_arn
  @notification_arn
end

#notification_events::Array[("All" | "InProgress" | "Success" | "TimedOut" | "Cancelled" | "Failed")]

Returns the value of attribute notification_events.

Returns:

  • (::Array[("All" | "InProgress" | "Success" | "TimedOut" | "Cancelled" | "Failed")])


3218
3219
3220
# File 'sig/types.rbs', line 3218

def notification_events
  @notification_events
end

#notification_type"Command", "Invocation"

Returns the value of attribute notification_type.

Returns:



3219
3220
3221
# File 'sig/types.rbs', line 3219

def notification_type
  @notification_type
end