Class: Aws::MediaPackageV2::Types::ListChannelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::ListChannelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ChannelListConfiguration>
The objects being returned.
-
#next_token ⇒ String
The pagination token from the GET list request.
Instance Attribute Details
#items ⇒ Array<Types::ChannelListConfiguration>
The objects being returned.
2473 2474 2475 2476 2477 2478 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2473 class ListChannelsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the GET list request.
2473 2474 2475 2476 2477 2478 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2473 class ListChannelsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |