Class: Aws::MediaLive::Types::ListChannelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListChannelsResponse
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#channels ⇒ Array<Types::ChannelSummary>
7865 7866 7867 7868 7869 7870 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7865 class ListChannelsResponse < Struct.new( :channels, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
7865 7866 7867 7868 7869 7870 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7865 class ListChannelsResponse < Struct.new( :channels, :next_token) SENSITIVE = [] include Aws::Structure end |