Class: Aws::Notifications::Types::ListNotificationHubsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::ListNotificationHubsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of records to list in a single response.
-
#next_token ⇒ String
A pagination token.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of records to list in a single response.
1651 1652 1653 1654 1655 1656 |
# File 'lib/aws-sdk-notifications/types.rb', line 1651 class ListNotificationHubsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token. Set to null to start listing notification hubs from the start.
1651 1652 1653 1654 1655 1656 |
# File 'lib/aws-sdk-notifications/types.rb', line 1651 class ListNotificationHubsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |