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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4089
4090
4091
4092
4093
4094
# File 'lib/aws-sdk-auditmanager/types.rb', line 4089

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

#notificationsArray<Types::Notification>

The returned list of notifications.

Returns:



4089
4090
4091
4092
4093
4094
# File 'lib/aws-sdk-auditmanager/types.rb', line 4089

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