Class: Aws::MediaLive::Types::ListChannelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListChannelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#channels ⇒ Array<Types::ChannelSummary>
7743 7744 7745 7746 7747 7748 |
# File 'lib/aws-sdk-medialive/types.rb', line 7743 class ListChannelsResponse < Struct.new( :channels, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
7743 7744 7745 7746 7747 7748 |
# File 'lib/aws-sdk-medialive/types.rb', line 7743 class ListChannelsResponse < Struct.new( :channels, :next_token) SENSITIVE = [] include Aws::Structure end |