Class: Aws::Types::NotificationWithSubscribers

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#notificationTypes::Notification

Returns the value of attribute notification.

Returns:



489
490
491
# File 'sig/types.rbs', line 489

def notification
  @notification
end

#subscribers::Array[Types::Subscriber]

Returns the value of attribute subscribers.

Returns:



490
491
492
# File 'sig/types.rbs', line 490

def subscribers
  @subscribers
end