Class: Aws::Notifications::Types::ListNotificationConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::ListNotificationConfigurationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A pagination token.
-
#notification_configurations ⇒ Array<Types::NotificationConfigurationStructure>
The ‘NotificationConfigurations` in the account.
Instance Attribute Details
#next_token ⇒ String
A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.
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_configurations ⇒ Array<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 |