Class: Aws::Types::ListUserNotificationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5617
5618
5619
# File 'sig/types.rbs', line 5617

def next_token
  @next_token
end

#user_notifications::Array[Types::UserNotificationSummary]

Returns the value of attribute user_notifications.

Returns:



5616
5617
5618
# File 'sig/types.rbs', line 5616

def user_notifications
  @user_notifications
end