Class: Aws::WellArchitected::Types::ListNotificationsOutput

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)


3754
3755
3756
3757
3758
3759
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3754

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

#notification_summariesArray<Types::NotificationSummary>

List of lens notification summaries in a workload.

Returns:



3754
3755
3756
3757
3758
3759
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3754

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