Class: Aws::WellArchitected::Types::ListNotificationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ListNotificationsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next set of results.
-
#notification_summaries ⇒ Array<Types::NotificationSummary>
List of lens notification summaries in a workload.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next set of results.
3754 3755 3756 3757 3758 3759 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3754 class ListNotificationsOutput < Struct.new( :notification_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#notification_summaries ⇒ Array<Types::NotificationSummary>
List of lens notification summaries in a workload.
3754 3755 3756 3757 3758 3759 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3754 class ListNotificationsOutput < Struct.new( :notification_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |