Class: Aws::DevOpsGuru::Types::ListNotificationChannelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::ListNotificationChannelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channels ⇒ Array<Types::NotificationChannel>
An array that contains the requested notification channels.
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
Instance Attribute Details
#channels ⇒ Array<Types::NotificationChannel>
An array that contains the requested notification channels.
2008 2009 2010 2011 2012 2013 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2008 class ListNotificationChannelsResponse < Struct.new( :channels, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
2008 2009 2010 2011 2012 2013 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2008 class ListNotificationChannelsResponse < Struct.new( :channels, :next_token) SENSITIVE = [] include Aws::Structure end |