Class: Aws::MediaPackageV2::Types::ListChannelGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::ListChannelGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ChannelGroupListConfiguration>
The objects being returned.
-
#next_token ⇒ String
The pagination token from the GET list request.
Instance Attribute Details
#items ⇒ Array<Types::ChannelGroupListConfiguration>
The objects being returned.
2431 2432 2433 2434 2435 2436 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2431 class ListChannelGroupsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the GET list request. Use the token to fetch the next page of results.
2431 2432 2433 2434 2435 2436 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2431 class ListChannelGroupsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |