Class: Aws::DevOpsGuru::Types::ListNotificationChannelsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelsArray<Types::NotificationChannel>

An array that contains the requested notification channels.

Returns:



2008
2009
2010
2011
2012
2013
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2008

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

#next_tokenString

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

Returns:

  • (String)


2008
2009
2010
2011
2012
2013
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2008

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