Class: Aws::AuditManager::Types::ListNotificationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token that's used to fetch the next set of results.

Returns:

  • (String)


3715
3716
3717
3718
3719
3720
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3715

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

#notificationsArray<Types::Notification>

The returned list of notifications.

Returns:



3715
3716
3717
3718
3719
3720
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3715

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