Class: Aws::MediaPackageV2::Types::ListChannelGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::ListChannelGroupsResponse
- Defined in:
- gems/aws-sdk-mediapackagev2/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.
2493 2494 2495 2496 2497 2498 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2493 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.
2493 2494 2495 2496 2497 2498 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2493 class ListChannelGroupsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |