Class: Aws::Notifications::Types::ListChannelsRequest

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 results to be returned in this call. The default value is 20.

Returns:

  • (Integer)


1104
1105
1106
1107
1108
1109
1110
# File 'lib/aws-sdk-notifications/types.rb', line 1104

class ListChannelsRequest < Struct.new(
  :notification_configuration_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The start token for paginated calls. Retrieved from the response of a previous ListNotificationEvents call. ‘NextToken` uses Base64 encoding.

Returns:

  • (String)


1104
1105
1106
1107
1108
1109
1110
# File 'lib/aws-sdk-notifications/types.rb', line 1104

class ListChannelsRequest < Struct.new(
  :notification_configuration_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#notification_configuration_arnString

The Amazon Resource Name (ARN) of the ‘NotificationConfiguration`.

Returns:

  • (String)


1104
1105
1106
1107
1108
1109
1110
# File 'lib/aws-sdk-notifications/types.rb', line 1104

class ListChannelsRequest < Struct.new(
  :notification_configuration_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end