Class: Aws::Notifications::Types::ListNotificationConfigurationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-notifications/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.

Returns:

  • (String)


1548
1549
1550
1551
1552
1553
# File 'lib/aws-sdk-notifications/types.rb', line 1548

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

#notification_configurationsArray<Types::NotificationConfigurationStructure>

The ‘NotificationConfigurations` in the account.



1548
1549
1550
1551
1552
1553
# File 'lib/aws-sdk-notifications/types.rb', line 1548

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