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>
10477 10478 10479 10480 10481 10482 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10477 class ListChannelsResponse < Struct.new( :channels, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
10477 10478 10479 10480 10481 10482 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10477 class ListChannelsResponse < Struct.new( :channels, :next_token) SENSITIVE = [] include Aws::Structure end |