Class: Aws::MediaPackageVod::Types::ListPackagingGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::ListPackagingGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#next_token ⇒ String
1194 1195 1196 1197 1198 1199 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1194 class ListPackagingGroupsResponse < Struct.new( :next_token, :packaging_groups) SENSITIVE = [] include Aws::Structure end |
#packaging_groups ⇒ Array<Types::PackagingGroup>
1194 1195 1196 1197 1198 1199 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1194 class ListPackagingGroupsResponse < Struct.new( :next_token, :packaging_groups) SENSITIVE = [] include Aws::Structure end |