Class: Aws::MediaPackageVod::Types::PackagingGroupList
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::PackagingGroupList
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
A collection of MediaPackage VOD PackagingGroup resources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that can be used to resume pagination from the end of the collection.
-
#packaging_groups ⇒ Array<Types::PackagingGroup>
A list of MediaPackage VOD PackagingGroup resources.
Instance Attribute Details
#next_token ⇒ String
A token that can be used to resume pagination from the end of the collection.
1506 1507 1508 1509 1510 1511 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1506 class PackagingGroupList < Struct.new( :next_token, :packaging_groups) SENSITIVE = [] include Aws::Structure end |
#packaging_groups ⇒ Array<Types::PackagingGroup>
A list of MediaPackage VOD PackagingGroup resources.
1506 1507 1508 1509 1510 1511 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1506 class PackagingGroupList < Struct.new( :next_token, :packaging_groups) SENSITIVE = [] include Aws::Structure end |