Class: Aws::AuditManager::Types::ListNotificationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ListNotificationsResponse
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
-
#notifications ⇒ Array<Types::Notification>
The returned list of notifications.
Instance Attribute Details
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
3811 3812 3813 3814 3815 3816 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3811 class ListNotificationsResponse < Struct.new( :notifications, :next_token) SENSITIVE = [] include Aws::Structure end |
#notifications ⇒ Array<Types::Notification>
The returned list of notifications.
3811 3812 3813 3814 3815 3816 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3811 class ListNotificationsResponse < Struct.new( :notifications, :next_token) SENSITIVE = [] include Aws::Structure end |