Class: Aws::Notifications::Types::ListNotificationHubsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::ListNotificationHubsResponse
- 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_hubs ⇒ Array<Types::NotificationHubOverview>
The ‘NotificationHubs` 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.
1669 1670 1671 1672 1673 1674 |
# File 'lib/aws-sdk-notifications/types.rb', line 1669 class ListNotificationHubsResponse < Struct.new( :notification_hubs, :next_token) SENSITIVE = [] include Aws::Structure end |
#notification_hubs ⇒ Array<Types::NotificationHubOverview>
The ‘NotificationHubs` in the account.
1669 1670 1671 1672 1673 1674 |
# File 'lib/aws-sdk-notifications/types.rb', line 1669 class ListNotificationHubsResponse < Struct.new( :notification_hubs, :next_token) SENSITIVE = [] include Aws::Structure end |