Class: Aws::WellArchitected::Types::ListProfileNotificationsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to retrieve the next set of results.

Returns:

  • (String)


3794
3795
3796
3797
3798
3799
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3794

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

#notification_summariesArray<Types::ProfileNotificationSummary>

Notification summaries.



3794
3795
3796
3797
3798
3799
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3794

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