Class: Aws::MediaPackageVod::Types::AssetList
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::AssetList
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
A collection of MediaPackage VOD Asset resources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assets ⇒ Array<Types::AssetShallow>
A list of MediaPackage VOD Asset resources.
-
#next_token ⇒ String
A token that can be used to resume pagination from the end of the collection.
Instance Attribute Details
#assets ⇒ Array<Types::AssetShallow>
A list of MediaPackage VOD Asset resources.
119 120 121 122 123 124 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 119 class AssetList < Struct.new( :assets, :next_token) SENSITIVE = [] include Aws::Structure end |