Class: Aws::Notifications::Types::ListNotificationHubsRequest

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

#max_resultsInteger

The maximum number of records to list in a single response.

Returns:

  • (Integer)


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_tokenString

A pagination token. Set to null to start listing notification hubs from the start.

Returns:

  • (String)


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