Class: Aws::MediaPackage::Types::ListChannelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::ListChannelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#channels ⇒ Array<Types::Channel>
1565 1566 1567 1568 1569 1570 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1565 class ListChannelsResponse < Struct.new( :channels, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
1565 1566 1567 1568 1569 1570 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1565 class ListChannelsResponse < Struct.new( :channels, :next_token) SENSITIVE = [] include Aws::Structure end |