Class: Aws::Notifications::Types::ListChannelsResponse

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

#channelsArray<String>

A list of Channels.

Returns:

  • (Array<String>)


1123
1124
1125
1126
1127
1128
# File 'lib/aws-sdk-notifications/types.rb', line 1123

class ListChannelsResponse < Struct.new(
  :next_token,
  :channels)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.

Returns:

  • (String)


1123
1124
1125
1126
1127
1128
# File 'lib/aws-sdk-notifications/types.rb', line 1123

class ListChannelsResponse < Struct.new(
  :next_token,
  :channels)
  SENSITIVE = []
  include Aws::Structure
end