Class: Aws::WellArchitected::Types::ListProfileNotificationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ListProfileNotificationsOutput
- 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::ProfileNotificationSummary>
Notification summaries.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next set of results.
3794 3795 3796 3797 3798 3799 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3794 class ListProfileNotificationsOutput < Struct.new( :notification_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#notification_summaries ⇒ Array<Types::ProfileNotificationSummary>
Notification summaries.
3794 3795 3796 3797 3798 3799 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3794 class ListProfileNotificationsOutput < Struct.new( :notification_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |