Class: Aws::Connect::Types::ListUserNotificationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of results. If present, there are more results available.

Returns:

  • (String)


23293
23294
23295
23296
23297
23298
# File 'lib/aws-sdk-connect/types.rb', line 23293

class ListUserNotificationsResponse < Struct.new(
  :user_notifications,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#user_notificationsArray<Types::UserNotificationSummary>

A list of notifications sent to the specified user.

Returns:



23293
23294
23295
23296
23297
23298
# File 'lib/aws-sdk-connect/types.rb', line 23293

class ListUserNotificationsResponse < Struct.new(
  :user_notifications,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end