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>
7975 7976 7977 7978 7979 7980 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7975 class ListChannelsResponse < Struct.new( :channels, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
7975 7976 7977 7978 7979 7980 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7975 class ListChannelsResponse < Struct.new( :channels, :next_token) SENSITIVE = [] include Aws::Structure end |