Class: Aws::Connect::Types::ListNotificationsResponse

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)


21639
21640
21641
21642
21643
21644
# File 'lib/aws-sdk-connect/types.rb', line 21639

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

#notification_summary_listArray<Types::Notification>

A list of notification summaries.

Returns:



21639
21640
21641
21642
21643
21644
# File 'lib/aws-sdk-connect/types.rb', line 21639

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